Html Css Color HEX #8274AA Deluge

📋 copy color: '#8274AA'

red 130 ◦ green 116 ◦ blue 170

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

Shades of Deluge #8274AA

Tints of Deluge #8274AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 31.25%
G = 27.88%
B = 40.87%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8274AA (or 0x8274AA) is known color: Deluge. HEX triplet: 82, 74 and AA. RGB value is (130,116,170). Sum of RGB (Red+Green+Blue) = 130+116+170=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #8274AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8274AA is #7D8B55. Grayscale: #7E7E7E. Windows color (decimal): -8227670 or 11170946. OLE color: 11170946.

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

Color convert

RGB 130 116 170 -
CMYK 0.24 0.32 0 0.33
HSL 255.56º 0.24% 0.56% -
HSV(B) 255.56º 0.32% 0.67% -
XYZ 22.71 20.14 40.72 -
YUV 126.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 130 116 170 0.24 0.32 0 0.33 255.56 0.24 0.56
Hex 82 74 AA 18 20 0 21 100 18 38
Octal 202 164 252 30 40 0 41 400 30 70
Binary 10000010 1110100 10101010 11000 100000 0 100001 100000000 11000 111000

Color Harmonies of #8274AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274AA

Black with #8274AA

Text Example


Text Example

White with #8274AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8274AA; }

 p { color: rgb(130,116,170); }

 H1.HeaderClassName
 {
   color: #8274AA;
 }
 .AnyTagClassName
 {
   color: #8274AA;
 }
</style>

background-color css

<style>
 a { background-color: #8274AA; }

 a { background-color: rgb(130,116,170); }

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

border-color css

<style>
 span { border-color: #8274AA; }

 span { border-color: rgb(130,116,170); }

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