Html Css Color HEX #8462BC True V

📋 copy color: '#8462BC'

red 132 ◦ green 98 ◦ blue 188

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

Shades of True V #8462BC

Tints of True V #8462BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 31.58%
G = 23.44%
B = 44.98%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8462BC (or 0x8462BC) is known color: True V. HEX triplet: 84, 62 and BC. RGB value is (132,98,188). Sum of RGB (Red+Green+Blue) = 132+98+188=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #8462BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462BC is #7B9D43. Grayscale: #767676. Windows color (decimal): -8101188 or 12345988. OLE color: 12345988.

HSL color Cylindrical-coordinate representation of color #8462BC: hue angle of 262.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8462BC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 98 188 -
CMYK 0.30 0.48 0 0.26
HSL 262.67º 0.4% 0.56% -
HSV(B) 262.67º 0.48% 0.74% -
XYZ 22.96 17.27 49.7 -
YUV 118.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 132 98 188 0.30 0.48 0 0.26 262.67 0.4 0.56
Hex 84 62 BC 1E 30 0 1A 107 28 38
Octal 204 142 274 36 60 0 32 407 50 70
Binary 10000100 1100010 10111100 11110 110000 0 11010 100000111 101000 111000

Color Harmonies of #8462BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8462BC

Black with #8462BC

Text Example


Text Example

White with #8462BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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