Html Css Color HEX #8462BE True V

📋 copy color: '#8462BE'

red 132 ◦ green 98 ◦ blue 190

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

Shades of True V #8462BE

Tints of True V #8462BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 31.43%
G = 23.33%
B = 45.24%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8462BE (or 0x8462BE) is known color: True V. HEX triplet: 84, 62 and BE. RGB value is (132,98,190). Sum of RGB (Red+Green+Blue) = 132+98+190=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #8462BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462BE is #7B9D41. Grayscale: #767676. Windows color (decimal): -8101186 or 12477060. OLE color: 12477060.

HSL color Cylindrical-coordinate representation of color #8462BE: hue angle of 262.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8462BE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 98 190 -
CMYK 0.31 0.48 0 0.25
HSL 262.17º 0.41% 0.56% -
HSV(B) 262.17º 0.48% 0.75% -
XYZ 23.18 17.36 50.84 -
YUV 118.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 132 98 190 0.31 0.48 0 0.25 262.17 0.41 0.56
Hex 84 62 BE 1F 30 0 19 106 29 38
Octal 204 142 276 37 60 0 31 406 51 70
Binary 10000100 1100010 10111110 11111 110000 0 11001 100000110 101001 111000

Color Harmonies of #8462BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8462BE

Black with #8462BE

Text Example


Text Example

White with #8462BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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