Html Css Color HEX #8272A9 Deluge

📋 copy color: '#8272A9'

red 130 ◦ green 114 ◦ blue 169

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

Shades of Deluge #8272A9

Tints of Deluge #8272A9

RGB

 RED value IS 130 (51.17% from 255) = 31.48%

 GREEN value IS 114 (44.92% from 255) = 27.6%

 BLUE value IS 169 (66.41% from 255) = 40.92%

R = 31.48%
G = 27.6%
B = 40.92%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8272A9 (or 0x8272A9) is known color: Deluge. HEX triplet: 82, 72 and A9. RGB value is (130,114,169). Sum of RGB (Red+Green+Blue) = 130+114+169=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #8272A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8272A9 is #7D8D56. Grayscale: #7C7C7C. Windows color (decimal): -8228183 or 11104898. OLE color: 11104898.

HSL color Cylindrical-coordinate representation of color #8272A9: hue angle of 257.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8272A9 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 114 169 -
CMYK 0.23 0.33 0 0.34
HSL 257.45º 0.24% 0.55% -
HSV(B) 257.45º 0.33% 0.66% -
XYZ 22.38 19.65 40.15 -
YUV 125.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 130 114 169 0.23 0.33 0 0.34 257.45 0.24 0.55
Hex 82 72 A9 17 21 0 22 101 18 37
Octal 202 162 251 27 41 0 42 401 30 67
Binary 10000010 1110010 10101001 10111 100001 0 100010 100000001 11000 110111

Color Harmonies of #8272A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8272A9

Black with #8272A9

Text Example


Text Example

White with #8272A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8272A9; }

 p { color: rgb(130,114,169); }

 H1.HeaderClassName
 {
   color: #8272A9;
 }
 .AnyTagClassName
 {
   color: #8272A9;
 }
</style>

background-color css

<style>
 a { background-color: #8272A9; }

 a { background-color: rgb(130,114,169); }

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

border-color css

<style>
 span { border-color: #8272A9; }

 span { border-color: rgb(130,114,169); }

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