Html Css Color HEX #8B76BB True V

📋 copy color: '#8B76BB'

red 139 ◦ green 118 ◦ blue 187

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

Shades of True V #8B76BB

Tints of True V #8B76BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 31.31%
G = 26.58%
B = 42.12%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B76BB (or 0x8B76BB) is known color: True V. HEX triplet: 8B, 76 and BB. RGB value is (139,118,187). Sum of RGB (Red+Green+Blue) = 139+118+187=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B76BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B76BB is #748944. Grayscale: #838383. Windows color (decimal): -7637317 or 12285579. OLE color: 12285579.

HSL color Cylindrical-coordinate representation of color #8B76BB: hue angle of 258.26º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B76BB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 118 187 -
CMYK 0.26 0.37 0 0.27
HSL 258.26º 0.34% 0.6% -
HSV(B) 258.26º 0.37% 0.73% -
XYZ 26.1 22.03 49.89 -
YUV 132.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 139 118 187 0.26 0.37 0 0.27 258.26 0.34 0.6
Hex 8B 76 BB 1A 25 0 1B 102 22 3C
Octal 213 166 273 32 45 0 33 402 42 74
Binary 10001011 1110110 10111011 11010 100101 0 11011 100000010 100010 111100

Color Harmonies of #8B76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B76BB

Black with #8B76BB

Text Example


Text Example

White with #8B76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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