Html Css Color HEX #8461CE True V

📋 copy color: '#8461CE'

red 132 ◦ green 97 ◦ blue 206

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

Shades of True V #8461CE

Tints of True V #8461CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

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

R = 30.34%
G = 22.3%
B = 47.36%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8461CE (or 0x8461CE) is known color: True V. HEX triplet: 84, 61 and CE. RGB value is (132,97,206). Sum of RGB (Red+Green+Blue) = 132+97+206=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #8461CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461CE is #7B9E31. Grayscale: #777777. Windows color (decimal): -8101426 or 13525380. OLE color: 13525380.

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

Color convert

RGB 132 97 206 -
CMYK 0.36 0.53 0 0.19
HSL 259.27º 0.53% 0.59% -
HSV(B) 259.27º 0.53% 0.81% -
XYZ 24.93 17.91 60.54 -
YUV 119.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 132 97 206 0.36 0.53 0 0.19 259.27 0.53 0.59
Hex 84 61 CE 24 35 0 13 103 35 3B
Octal 204 141 316 44 65 0 23 403 65 73
Binary 10000100 1100001 11001110 100100 110101 0 10011 100000011 110101 111011

Color Harmonies of #8461CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8461CE

Black with #8461CE

Text Example


Text Example

White with #8461CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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