Html Css Color HEX #8466CE True V

📋 copy color: '#8466CE'

red 132 ◦ green 102 ◦ blue 206

#8466CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #8466CE

Tints of True V #8466CE

RGB

 RED value IS 132 (51.95% from 255) = 30%

 GREEN value IS 102 (40.23% from 255) = 23.18%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 30%
G = 23.18%
B = 46.82%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8466CE (or 0x8466CE) is known color: True V. HEX triplet: 84, 66 and CE. RGB value is (132,102,206). Sum of RGB (Red+Green+Blue) = 132+102+206=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #8466CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466CE is #7B9931. Grayscale: #7A7A7A. Windows color (decimal): -8100146 or 13526660. OLE color: 13526660.

HSL color Cylindrical-coordinate representation of color #8466CE: hue angle of 257.31º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8466CE is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 102 206 -
CMYK 0.36 0.50 0 0.19
HSL 257.31º 0.51% 0.6% -
HSV(B) 257.31º 0.5% 0.81% -
XYZ 25.41 18.86 60.69 -
YUV 122.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 132 102 206 0.36 0.50 0 0.19 257.31 0.51 0.6
Hex 84 66 CE 24 32 0 13 101 33 3C
Octal 204 146 316 44 62 0 23 401 63 74
Binary 10000100 1100110 11001110 100100 110010 0 10011 100000001 110011 111100

Color Harmonies of #8466CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8466CE

Black with #8466CE

Text Example


Text Example

White with #8466CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8466CE; }

 p { color: rgb(132,102,206); }

 H1.HeaderClassName
 {
   color: #8466CE;
 }
 .AnyTagClassName
 {
   color: #8466CE;
 }
</style>

background-color css

<style>
 a { background-color: #8466CE; }

 a { background-color: rgb(132,102,206); }

 div.DivClassName
 {
   background-color: #8466CE;
 }
 .BgClassName
 {
   background-color: #8466CE;
 }
</style>

border-color css

<style>
 span { border-color: #8466CE; }

 span { border-color: rgb(132,102,206); }

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