Html Css Color HEX #8262AB Deluge

📋 copy color: '#8262AB'

red 130 ◦ green 98 ◦ blue 171

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

Shades of Deluge #8262AB

Tints of Deluge #8262AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 32.58%
G = 24.56%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8262AB (or 0x8262AB) is known color: Deluge. HEX triplet: 82, 62 and AB. RGB value is (130,98,171). Sum of RGB (Red+Green+Blue) = 130+98+171=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8262AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8262AB is #7D9D54. Grayscale: #737373. Windows color (decimal): -8232277 or 11231874. OLE color: 11231874.

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

Color convert

RGB 130 98 171 -
CMYK 0.24 0.43 0 0.33
HSL 266.3º 0.3% 0.53% -
HSV(B) 266.3º 0.43% 0.67% -
XYZ 20.92 16.42 40.59 -
YUV 115.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 130 98 171 0.24 0.43 0 0.33 266.3 0.3 0.53
Hex 82 62 AB 18 2B 0 21 10A 1E 35
Octal 202 142 253 30 53 0 41 412 36 65
Binary 10000010 1100010 10101011 11000 101011 0 100001 100001010 11110 110101

Color Harmonies of #8262AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8262AB

Black with #8262AB

Text Example


Text Example

White with #8262AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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