Html Css Color HEX #8270A2 Deluge

📋 copy color: '#8270A2'

red 130 ◦ green 112 ◦ blue 162

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

Shades of Deluge #8270A2

Tints of Deluge #8270A2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 32.18%
G = 27.72%
B = 40.1%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8270A2 (or 0x8270A2) is known color: Deluge. HEX triplet: 82, 70 and A2. RGB value is (130,112,162). Sum of RGB (Red+Green+Blue) = 130+112+162=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #8270A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8270A2 is #7D8F5D. Grayscale: #7A7A7A. Windows color (decimal): -8228702 or 10645634. OLE color: 10645634.

HSL color Cylindrical-coordinate representation of color #8270A2: hue angle of 261.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8270A2 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 112 162 -
CMYK 0.20 0.31 0 0.36
HSL 261.6º 0.21% 0.54% -
HSV(B) 261.6º 0.31% 0.64% -
XYZ 21.52 18.94 36.7 -
YUV 123.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 130 112 162 0.20 0.31 0 0.36 261.6 0.21 0.54
Hex 82 70 A2 14 1F 0 24 106 15 36
Octal 202 160 242 24 37 0 44 406 25 66
Binary 10000010 1110000 10100010 10100 11111 0 100100 100000110 10101 110110

Color Harmonies of #8270A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270A2

Black with #8270A2

Text Example


Text Example

White with #8270A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8270A2; }

 p { color: rgb(130,112,162); }

 H1.HeaderClassName
 {
   color: #8270A2;
 }
 .AnyTagClassName
 {
   color: #8270A2;
 }
</style>

background-color css

<style>
 a { background-color: #8270A2; }

 a { background-color: rgb(130,112,162); }

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

border-color css

<style>
 span { border-color: #8270A2; }

 span { border-color: rgb(130,112,162); }

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