Html Css Color HEX #8269AD Deluge

📋 copy color: '#8269AD'

red 130 ◦ green 105 ◦ blue 173

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

Shades of Deluge #8269AD

Tints of Deluge #8269AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 31.86%
G = 25.74%
B = 42.4%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8269AD (or 0x8269AD) is known color: Deluge. HEX triplet: 82, 69 and AD. RGB value is (130,105,173). Sum of RGB (Red+Green+Blue) = 130+105+173=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #8269AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8269AD is #7D9652. Grayscale: #777777. Windows color (decimal): -8230483 or 11364738. OLE color: 11364738.

HSL color Cylindrical-coordinate representation of color #8269AD: hue angle of 262.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8269AD is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 105 173 -
CMYK 0.25 0.39 0 0.32
HSL 262.06º 0.29% 0.55% -
HSV(B) 262.06º 0.39% 0.68% -
XYZ 21.8 17.87 41.83 -
YUV 120.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 130 105 173 0.25 0.39 0 0.32 262.06 0.29 0.55
Hex 82 69 AD 19 27 0 20 106 1D 37
Octal 202 151 255 31 47 0 40 406 35 67
Binary 10000010 1101001 10101101 11001 100111 0 100000 100000110 11101 110111

Color Harmonies of #8269AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8269AD

Black with #8269AD

Text Example


Text Example

White with #8269AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8269AD; }

 p { color: rgb(130,105,173); }

 H1.HeaderClassName
 {
   color: #8269AD;
 }
 .AnyTagClassName
 {
   color: #8269AD;
 }
</style>

background-color css

<style>
 a { background-color: #8269AD; }

 a { background-color: rgb(130,105,173); }

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

border-color css

<style>
 span { border-color: #8269AD; }

 span { border-color: rgb(130,105,173); }

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