Html Css Color HEX #8277AD Deluge

📋 copy color: '#8277AD'

red 130 ◦ green 119 ◦ blue 173

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

Shades of Deluge #8277AD

Tints of Deluge #8277AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.2%

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

R = 30.81%
G = 28.2%
B = 41%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8277AD (or 0x8277AD) is known color: Deluge. HEX triplet: 82, 77 and AD. RGB value is (130,119,173). Sum of RGB (Red+Green+Blue) = 130+119+173=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #8277AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8277AD is #7D8852. Grayscale: #808080. Windows color (decimal): -8226899 or 11368322. OLE color: 11368322.

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

Color convert

RGB 130 119 173 -
CMYK 0.25 0.31 0 0.32
HSL 252.22º 0.25% 0.57% -
HSV(B) 252.22º 0.31% 0.68% -
XYZ 23.35 20.96 42.35 -
YUV 128.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 130 119 173 0.25 0.31 0 0.32 252.22 0.25 0.57
Hex 82 77 AD 19 1F 0 20 FC 19 39
Octal 202 167 255 31 37 0 40 374 31 71
Binary 10000010 1110111 10101101 11001 11111 0 100000 11111100 11001 111001

Color Harmonies of #8277AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8277AD

Black with #8277AD

Text Example


Text Example

White with #8277AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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