Html Css Color HEX #8262AA Deluge

📋 copy color: '#8262AA'

red 130 ◦ green 98 ◦ blue 170

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

Shades of Deluge #8262AA

Tints of Deluge #8262AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

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

R = 32.66%
G = 24.62%
B = 42.71%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8262AA (or 0x8262AA) is known color: Deluge. HEX triplet: 82, 62 and AA. RGB value is (130,98,170). Sum of RGB (Red+Green+Blue) = 130+98+170=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #8262AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8262AA is #7D9D55. Grayscale: #737373. Windows color (decimal): -8232278 or 11166338. OLE color: 11166338.

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

Color convert

RGB 130 98 170 -
CMYK 0.24 0.42 0 0.33
HSL 266.67º 0.3% 0.53% -
HSV(B) 266.67º 0.42% 0.67% -
XYZ 20.83 16.38 40.09 -
YUV 115.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 130 98 170 0.24 0.42 0 0.33 266.67 0.3 0.53
Hex 82 62 AA 18 2A 0 21 10B 1E 35
Octal 202 142 252 30 52 0 41 413 36 65
Binary 10000010 1100010 10101010 11000 101010 0 100001 100001011 11110 110101

Color Harmonies of #8262AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8262AA

Black with #8262AA

Text Example


Text Example

White with #8262AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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