Html Css Color HEX #8462CE True V

📋 copy color: '#8462CE'

red 132 ◦ green 98 ◦ blue 206

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

Shades of True V #8462CE

Tints of True V #8462CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

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

R = 30.28%
G = 22.48%
B = 47.25%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8462CE (or 0x8462CE) is known color: True V. HEX triplet: 84, 62 and CE. RGB value is (132,98,206). Sum of RGB (Red+Green+Blue) = 132+98+206=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #8462CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462CE is #7B9D31. Grayscale: #787878. Windows color (decimal): -8101170 or 13525636. OLE color: 13525636.

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

Color convert

RGB 132 98 206 -
CMYK 0.36 0.52 0 0.19
HSL 258.89º 0.52% 0.6% -
HSV(B) 258.89º 0.52% 0.81% -
XYZ 25.02 18.1 60.57 -
YUV 120.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 132 98 206 0.36 0.52 0 0.19 258.89 0.52 0.6
Hex 84 62 CE 24 34 0 13 103 34 3C
Octal 204 142 316 44 64 0 23 403 64 74
Binary 10000100 1100010 11001110 100100 110100 0 10011 100000011 110100 111100

Color Harmonies of #8462CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8462CE

Black with #8462CE

Text Example


Text Example

White with #8462CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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