Html Css Color HEX #8268AA Deluge

📋 copy color: '#8268AA'

red 130 ◦ green 104 ◦ blue 170

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

Shades of Deluge #8268AA

Tints of Deluge #8268AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.74%

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

R = 32.18%
G = 25.74%
B = 42.08%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8268AA (or 0x8268AA) is known color: Deluge. HEX triplet: 82, 68 and AA. RGB value is (130,104,170). Sum of RGB (Red+Green+Blue) = 130+104+170=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #8268AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8268AA is #7D9755. Grayscale: #777777. Windows color (decimal): -8230742 or 11167874. OLE color: 11167874.

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

Color convert

RGB 130 104 170 -
CMYK 0.24 0.39 0 0.33
HSL 263.64º 0.28% 0.54% -
HSV(B) 263.64º 0.39% 0.67% -
XYZ 21.41 17.55 40.29 -
YUV 119.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 130 104 170 0.24 0.39 0 0.33 263.64 0.28 0.54
Hex 82 68 AA 18 27 0 21 108 1C 36
Octal 202 150 252 30 47 0 41 410 34 66
Binary 10000010 1101000 10101010 11000 100111 0 100001 100001000 11100 110110

Color Harmonies of #8268AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268AA

Black with #8268AA

Text Example


Text Example

White with #8268AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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