Html Css Color HEX #8168B4 Deluge

📋 copy color: '#8168B4'

red 129 ◦ green 104 ◦ blue 180

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

Shades of Deluge #8168B4

Tints of Deluge #8168B4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

 BLUE value IS 180 (70.7% from 255) = 43.58%

R = 31.23%
G = 25.18%
B = 43.58%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8168B4 (or 0x8168B4) is known color: Deluge. HEX triplet: 81, 68 and B4. RGB value is (129,104,180). Sum of RGB (Red+Green+Blue) = 129+104+180=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 180 - color contains mainly: blue. Hex color #8168B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168B4 is #7E974B. Grayscale: #777777. Windows color (decimal): -8296268 or 11823233. OLE color: 11823233.

HSL color Cylindrical-coordinate representation of color #8168B4: hue angle of 259.74º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8168B4 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 104 180 -
CMYK 0.28 0.42 0 0.29
HSL 259.74º 0.34% 0.56% -
HSV(B) 259.74º 0.42% 0.71% -
XYZ 22.24 17.86 45.46 -
YUV 120.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 129 104 180 0.28 0.42 0 0.29 259.74 0.34 0.56
Hex 81 68 B4 1C 2A 0 1D 104 22 38
Octal 201 150 264 34 52 0 35 404 42 70
Binary 10000001 1101000 10110100 11100 101010 0 11101 100000100 100010 111000

Color Harmonies of #8168B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8168B4

Black with #8168B4

Text Example


Text Example

White with #8168B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8168B4; }

 p { color: rgb(129,104,180); }

 H1.HeaderClassName
 {
   color: #8168B4;
 }
 .AnyTagClassName
 {
   color: #8168B4;
 }
</style>

background-color css

<style>
 a { background-color: #8168B4; }

 a { background-color: rgb(129,104,180); }

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

border-color css

<style>
 span { border-color: #8168B4; }

 span { border-color: rgb(129,104,180); }

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