#8461D2

Color #8461D2 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8461D2

Tints of True V #8461D2

Color information

#8461D2 (or 0x8461D2) is unknown color: approx True V. HEX triplet: 84, 61 and D2. RGB value is (132,97,210). Sum of RGB (Red+Green+Blue) = 132+97+210=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #8461D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461D2 is #7B9E2D. Grayscale: #777777. Windows color (decimal): -8101422 or 13787524. OLE color: 13787524.

HSL color Cylindrical-coordinate representation of color #8461D2: hue angle of 258.58º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8461D2 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13297210-
CMYK0.370.5400.18
HSL258.58º55.67%60.2%-
HSV(B)258.58º53.81%82.35%-
XYZ25.4218.1163.13-
YUV120.35178.6136.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 30.07%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 210 (82.42% from 255) = 47.84%
R=30.07%
G=22.10%
B=47.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132972100.370.5400.18258.5855.6760.2
Hex8461D22536012103383c
Octal20414132245660224037074
Binary10000100110000111010010100101110110010010100000011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8461D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8461D2; }

 p { color: rgb(132,97,210); }

 H1.HeaderClassName
 {
   color: #8461D2;
 }
 .AnyTagClassName
 {
   color: #8461D2;
 }
</style>
background-color css

<style>
 a { background-color: #8461D2; }

 a { background-color: rgb(132,97,210); }

 div.DivClassName
 {
   background-color: #8461D2;
 }
 .BgClassName
 {
   background-color: #8461D2;
 }
</style>
border-color css

<style>
 span { border-color: #8461D2; }

 span { border-color: rgb(132,97,210); }

 td.TdClassName
 {
   border-color: #8461D2;
 }
 .TagClassName
 {
   border-color: #8461D2;
 }
</style>