Html Css Color HEX #8270AB Deluge

📋 copy color: '#8270AB'

red 130 ◦ green 112 ◦ blue 171

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

Shades of Deluge #8270AB

Tints of Deluge #8270AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 31.48%
G = 27.12%
B = 41.4%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8270AB (or 0x8270AB) is known color: Deluge. HEX triplet: 82, 70 and AB. RGB value is (130,112,171). Sum of RGB (Red+Green+Blue) = 130+112+171=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #8270AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8270AB is #7D8F54. Grayscale: #7B7B7B. Windows color (decimal): -8228693 or 11235458. OLE color: 11235458.

HSL color Cylindrical-coordinate representation of color #8270AB: hue angle of 258.31º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8270AB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 112 171 -
CMYK 0.24 0.35 0 0.33
HSL 258.31º 0.26% 0.55% -
HSV(B) 258.31º 0.35% 0.67% -
XYZ 22.35 19.27 41.07 -
YUV 124.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 130 112 171 0.24 0.35 0 0.33 258.31 0.26 0.55
Hex 82 70 AB 18 23 0 21 102 1A 37
Octal 202 160 253 30 43 0 41 402 32 67
Binary 10000010 1110000 10101011 11000 100011 0 100001 100000010 11010 110111

Color Harmonies of #8270AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270AB

Black with #8270AB

Text Example


Text Example

White with #8270AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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