Html Css Color HEX #8B819F Deluge

📋 copy color: '#8B819F'

red 139 ◦ green 129 ◦ blue 159

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

Shades of Deluge #8B819F

Tints of Deluge #8B819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 32.55%
G = 30.21%
B = 37.24%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B819F (or 0x8B819F) is known color: Deluge. HEX triplet: 8B, 81 and 9F. RGB value is (139,129,159). Sum of RGB (Red+Green+Blue) = 139+129+159=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B819F is #747E60. Grayscale: #878787. Windows color (decimal): -7634529 or 10453387. OLE color: 10453387.

HSL color Cylindrical-coordinate representation of color #8B819F: hue angle of 260º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B819F is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 129 159 -
CMYK 0.13 0.19 0 0.38
HSL 260º 0.14% 0.56% -
HSV(B) 260º 0.19% 0.62% -
XYZ 24.76 23.69 36.07 -
YUV 135.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 139 129 159 0.13 0.19 0 0.38 260 0.14 0.56
Hex 8B 81 9F D 13 0 26 104 E 38
Octal 213 201 237 15 23 0 46 404 16 70
Binary 10001011 10000001 10011111 1101 10011 0 100110 100000100 1110 111000

Color Harmonies of #8B819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B819F

Black with #8B819F

Text Example


Text Example

White with #8B819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,129,159); }

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

background-color css

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

 a { background-color: rgb(139,129,159); }

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

border-color css

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

 span { border-color: rgb(139,129,159); }

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