Html Css Color HEX #8267AB Deluge

📋 copy color: '#8267AB'

red 130 ◦ green 103 ◦ blue 171

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

Shades of Deluge #8267AB

Tints of Deluge #8267AB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.5%

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

R = 32.18%
G = 25.5%
B = 42.33%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8267AB (or 0x8267AB) is known color: Deluge. HEX triplet: 82, 67 and AB. RGB value is (130,103,171). Sum of RGB (Red+Green+Blue) = 130+103+171=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #8267AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8267AB is #7D9854. Grayscale: #767676. Windows color (decimal): -8230997 or 11233154. OLE color: 11233154.

HSL color Cylindrical-coordinate representation of color #8267AB: hue angle of 263.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8267AB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 103 171 -
CMYK 0.24 0.40 0 0.33
HSL 263.82º 0.29% 0.54% -
HSV(B) 263.82º 0.4% 0.67% -
XYZ 21.41 17.39 40.76 -
YUV 118.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 130 103 171 0.24 0.40 0 0.33 263.82 0.29 0.54
Hex 82 67 AB 18 28 0 21 108 1D 36
Octal 202 147 253 30 50 0 41 410 35 66
Binary 10000010 1100111 10101011 11000 101000 0 100001 100001000 11101 110110

Color Harmonies of #8267AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8267AB

Black with #8267AB

Text Example


Text Example

White with #8267AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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