Html Css Color HEX #8270AE Deluge

📋 copy color: '#8270AE'

red 130 ◦ green 112 ◦ blue 174

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

Shades of Deluge #8270AE

Tints of Deluge #8270AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 31.25%
G = 26.92%
B = 41.83%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8270AE (or 0x8270AE) is known color: Deluge. HEX triplet: 82, 70 and AE. RGB value is (130,112,174). Sum of RGB (Red+Green+Blue) = 130+112+174=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #8270AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8270AE is #7D8F51. Grayscale: #7C7C7C. Windows color (decimal): -8228690 or 11432066. OLE color: 11432066.

HSL color Cylindrical-coordinate representation of color #8270AE: hue angle of 257.42º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8270AE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 112 174 -
CMYK 0.25 0.36 0 0.32
HSL 257.42º 0.28% 0.56% -
HSV(B) 257.42º 0.36% 0.68% -
XYZ 22.64 19.39 42.59 -
YUV 124.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 130 112 174 0.25 0.36 0 0.32 257.42 0.28 0.56
Hex 82 70 AE 19 24 0 20 101 1C 38
Octal 202 160 256 31 44 0 40 401 34 70
Binary 10000010 1110000 10101110 11001 100100 0 100000 100000001 11100 111000

Color Harmonies of #8270AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270AE

Black with #8270AE

Text Example


Text Example

White with #8270AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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