Html Css Color HEX #8B76CD True V

📋 copy color: '#8B76CD'

red 139 ◦ green 118 ◦ blue 205

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

Shades of True V #8B76CD

Tints of True V #8B76CD

RGB

 RED value IS 139 (54.69% from 255) = 30.09%

 GREEN value IS 118 (46.48% from 255) = 25.54%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 30.09%
G = 25.54%
B = 44.37%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B76CD (or 0x8B76CD) is known color: True V. HEX triplet: 8B, 76 and CD. RGB value is (139,118,205). Sum of RGB (Red+Green+Blue) = 139+118+205=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B76CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B76CD is #748932. Grayscale: #858585. Windows color (decimal): -7637299 or 13465227. OLE color: 13465227.

HSL color Cylindrical-coordinate representation of color #8B76CD: hue angle of 254.48º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B76CD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 118 205 -
CMYK 0.32 0.42 0 0.20
HSL 254.48º 0.47% 0.63% -
HSV(B) 254.48º 0.42% 0.8% -
XYZ 28.15 22.85 60.69 -
YUV 134.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 139 118 205 0.32 0.42 0 0.20 254.48 0.47 0.63
Hex 8B 76 CD 20 2A 0 14 FE 2F 3F
Octal 213 166 315 40 52 0 24 376 57 77
Binary 10001011 1110110 11001101 100000 101010 0 10100 11111110 101111 111111

Color Harmonies of #8B76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B76CD

Black with #8B76CD

Text Example


Text Example

White with #8B76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B76CD; }

 p { color: rgb(139,118,205); }

 H1.HeaderClassName
 {
   color: #8B76CD;
 }
 .AnyTagClassName
 {
   color: #8B76CD;
 }
</style>

background-color css

<style>
 a { background-color: #8B76CD; }

 a { background-color: rgb(139,118,205); }

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

border-color css

<style>
 span { border-color: #8B76CD; }

 span { border-color: rgb(139,118,205); }

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