Html Css Color HEX #8267AC Deluge

📋 copy color: '#8267AC'

red 130 ◦ green 103 ◦ blue 172

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

Shades of Deluge #8267AC

Tints of Deluge #8267AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 32.1%
G = 25.43%
B = 42.47%

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

#8267AC (or 0x8267AC) is known color: Deluge. HEX triplet: 82, 67 and AC. RGB value is (130,103,172). Sum of RGB (Red+Green+Blue) = 130+103+172=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8267AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8267AC is #7D9853. Grayscale: #767676. Windows color (decimal): -8230996 or 11298690. OLE color: 11298690.

HSL color Cylindrical-coordinate representation of color #8267AC: hue angle of 263.48º 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 #8267AC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 103 172 -
CMYK 0.24 0.40 0 0.33
HSL 263.48º 0.29% 0.54% -
HSV(B) 263.48º 0.4% 0.67% -
XYZ 21.5 17.42 41.26 -
YUV 118.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 130 103 172 0.24 0.40 0 0.33 263.48 0.29 0.54
Hex 82 67 AC 18 28 0 21 107 1D 36
Octal 202 147 254 30 50 0 41 407 35 66
Binary 10000010 1100111 10101100 11000 101000 0 100001 100000111 11101 110110

Color Harmonies of #8267AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8267AC

Black with #8267AC

Text Example


Text Example

White with #8267AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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