Html Css Color HEX #8B76AA Deluge

📋 copy color: '#8B76AA'

red 139 ◦ green 118 ◦ blue 170

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

Shades of Deluge #8B76AA

Tints of Deluge #8B76AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 32.55%
G = 27.63%
B = 39.81%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B76AA (or 0x8B76AA) is known color: Deluge. HEX triplet: 8B, 76 and AA. RGB value is (139,118,170). Sum of RGB (Red+Green+Blue) = 139+118+170=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B76AA is #748955. Grayscale: #828282. Windows color (decimal): -7637334 or 11171467. OLE color: 11171467.

HSL color Cylindrical-coordinate representation of color #8B76AA: hue angle of 264.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B76AA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 118 170 -
CMYK 0.18 0.31 0 0.33
HSL 264.23º 0.23% 0.56% -
HSV(B) 264.23º 0.31% 0.67% -
XYZ 24.38 21.35 40.87 -
YUV 130.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 139 118 170 0.18 0.31 0 0.33 264.23 0.23 0.56
Hex 8B 76 AA 12 1F 0 21 108 17 38
Octal 213 166 252 22 37 0 41 410 27 70
Binary 10001011 1110110 10101010 10010 11111 0 100001 100001000 10111 111000

Color Harmonies of #8B76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B76AA

Black with #8B76AA

Text Example


Text Example

White with #8B76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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