Html Css Color HEX #8272AD Deluge

📋 copy color: '#8272AD'

red 130 ◦ green 114 ◦ blue 173

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

Shades of Deluge #8272AD

Tints of Deluge #8272AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

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

R = 31.18%
G = 27.34%
B = 41.49%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8272AD (or 0x8272AD) is known color: Deluge. HEX triplet: 82, 72 and AD. RGB value is (130,114,173). Sum of RGB (Red+Green+Blue) = 130+114+173=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #8272AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8272AD is #7D8D52. Grayscale: #7D7D7D. Windows color (decimal): -8228179 or 11367042. OLE color: 11367042.

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

Color convert

RGB 130 114 173 -
CMYK 0.25 0.34 0 0.32
HSL 256.27º 0.26% 0.56% -
HSV(B) 256.27º 0.34% 0.68% -
XYZ 22.77 19.8 42.16 -
YUV 125.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 130 114 173 0.25 0.34 0 0.32 256.27 0.26 0.56
Hex 82 72 AD 19 22 0 20 100 1A 38
Octal 202 162 255 31 42 0 40 400 32 70
Binary 10000010 1110010 10101101 11001 100010 0 100000 100000000 11010 111000

Color Harmonies of #8272AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8272AD

Black with #8272AD

Text Example


Text Example

White with #8272AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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