Html Css Color HEX #8B817D Hurricane

📋 copy color: '#8B817D'

red 139 ◦ green 129 ◦ blue 125

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

Shades of Hurricane #8B817D

Tints of Hurricane #8B817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 35.37%
G = 32.82%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B817D (or 0x8B817D) is known color: Hurricane. HEX triplet: 8B, 81 and 7D. RGB value is (139,129,125). Sum of RGB (Red+Green+Blue) = 139+129+125=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B817D is #747E82. Grayscale: #838383. Windows color (decimal): -7634563 or 8225163. OLE color: 8225163.

HSL color Cylindrical-coordinate representation of color #8B817D: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B817D is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 129 125 -
CMYK 0 0.07 0.10 0.45
HSL 17.14º 0.06% 0.52% -
HSV(B) 17.14º 0.1% 0.55% -
XYZ 22.2 22.67 22.61 -
YUV 131.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 139 129 125 0 0.07 0.10 0.45 17.14 0.06 0.52
Hex 8B 81 7D 0 7 A 2D 11 6 34
Octal 213 201 175 0 7 12 55 21 6 64
Binary 10001011 10000001 1111101 0 111 1010 101101 10001 110 110100

Color Harmonies of #8B817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B817D

Black with #8B817D

Text Example


Text Example

White with #8B817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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