Html Css Color HEX #8270AC Deluge

📋 copy color: '#8270AC'

red 130 ◦ green 112 ◦ blue 172

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

Shades of Deluge #8270AC

Tints of Deluge #8270AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 31.4%
G = 27.05%
B = 41.55%

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

#8270AC (or 0x8270AC) is known color: Deluge. HEX triplet: 82, 70 and AC. RGB value is (130,112,172). Sum of RGB (Red+Green+Blue) = 130+112+172=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #8270AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8270AC is #7D8F53. Grayscale: #7C7C7C. Windows color (decimal): -8228692 or 11300994. OLE color: 11300994.

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

Color convert

RGB 130 112 172 -
CMYK 0.24 0.35 0 0.33
HSL 258º 0.27% 0.56% -
HSV(B) 258º 0.35% 0.67% -
XYZ 22.45 19.31 41.57 -
YUV 124.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 130 112 172 0.24 0.35 0 0.33 258 0.27 0.56
Hex 82 70 AC 18 23 0 21 102 1B 38
Octal 202 160 254 30 43 0 41 402 33 70
Binary 10000010 1110000 10101100 11000 100011 0 100001 100000010 11011 111000

Color Harmonies of #8270AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270AC

Black with #8270AC

Text Example


Text Example

White with #8270AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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