Html Css Color HEX #8272AF Deluge

📋 copy color: '#8272AF'

red 130 ◦ green 114 ◦ blue 175

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

Shades of Deluge #8272AF

Tints of Deluge #8272AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 31.03%
G = 27.21%
B = 41.77%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8272AF (or 0x8272AF) is known color: Deluge. HEX triplet: 82, 72 and AF. RGB value is (130,114,175). Sum of RGB (Red+Green+Blue) = 130+114+175=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #8272AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8272AF is #7D8D50. Grayscale: #7D7D7D. Windows color (decimal): -8228177 or 11498114. OLE color: 11498114.

HSL color Cylindrical-coordinate representation of color #8272AF: hue angle of 255.74º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8272AF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 114 175 -
CMYK 0.26 0.35 0 0.31
HSL 255.74º 0.28% 0.57% -
HSV(B) 255.74º 0.35% 0.69% -
XYZ 22.96 19.88 43.18 -
YUV 125.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 130 114 175 0.26 0.35 0 0.31 255.74 0.28 0.57
Hex 82 72 AF 1A 23 0 1F 100 1C 39
Octal 202 162 257 32 43 0 37 400 34 71
Binary 10000010 1110010 10101111 11010 100011 0 11111 100000000 11100 111001

Color Harmonies of #8272AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8272AF

Black with #8272AF

Text Example


Text Example

White with #8272AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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