Html Css Color HEX #8178AA Deluge

📋 copy color: '#8178AA'

red 129 ◦ green 120 ◦ blue 170

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

Shades of Deluge #8178AA

Tints of Deluge #8178AA

RGB

 RED value IS 129 (50.78% from 255) = 30.79%

 GREEN value IS 120 (47.27% from 255) = 28.64%

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

R = 30.79%
G = 28.64%
B = 40.57%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8178AA (or 0x8178AA) is known color: Deluge. HEX triplet: 81, 78 and AA. RGB value is (129,120,170). Sum of RGB (Red+Green+Blue) = 129+120+170=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #8178AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8178AA is #7E8755. Grayscale: #808080. Windows color (decimal): -8292182 or 11171969. OLE color: 11171969.

HSL color Cylindrical-coordinate representation of color #8178AA: hue angle of 250.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8178AA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 120 170 -
CMYK 0.24 0.29 0 0.33
HSL 250.8º 0.23% 0.57% -
HSV(B) 250.8º 0.29% 0.67% -
XYZ 23.03 21 40.87 -
YUV 128.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 129 120 170 0.24 0.29 0 0.33 250.8 0.23 0.57
Hex 81 78 AA 18 1D 0 21 FB 17 39
Octal 201 170 252 30 35 0 41 373 27 71
Binary 10000001 1111000 10101010 11000 11101 0 100001 11111011 10111 111001

Color Harmonies of #8178AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8178AA

Black with #8178AA

Text Example


Text Example

White with #8178AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8178AA; }

 p { color: rgb(129,120,170); }

 H1.HeaderClassName
 {
   color: #8178AA;
 }
 .AnyTagClassName
 {
   color: #8178AA;
 }
</style>

background-color css

<style>
 a { background-color: #8178AA; }

 a { background-color: rgb(129,120,170); }

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

border-color css

<style>
 span { border-color: #8178AA; }

 span { border-color: rgb(129,120,170); }

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