Html Css Color HEX #8275AD Deluge

📋 copy color: '#8275AD'

red 130 ◦ green 117 ◦ blue 173

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

Shades of Deluge #8275AD

Tints of Deluge #8275AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.86%

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

R = 30.95%
G = 27.86%
B = 41.19%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8275AD (or 0x8275AD) is known color: Deluge. HEX triplet: 82, 75 and AD. RGB value is (130,117,173). Sum of RGB (Red+Green+Blue) = 130+117+173=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #8275AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8275AD is #7D8A52. Grayscale: #7F7F7F. Windows color (decimal): -8227411 or 11367810. OLE color: 11367810.

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

Color convert

RGB 130 117 173 -
CMYK 0.25 0.32 0 0.32
HSL 253.93º 0.25% 0.57% -
HSV(B) 253.93º 0.32% 0.68% -
XYZ 23.11 20.49 42.27 -
YUV 127.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 130 117 173 0.25 0.32 0 0.32 253.93 0.25 0.57
Hex 82 75 AD 19 20 0 20 FE 19 39
Octal 202 165 255 31 40 0 40 376 31 71
Binary 10000010 1110101 10101101 11001 100000 0 100000 11111110 11001 111001

Color Harmonies of #8275AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275AD

Black with #8275AD

Text Example


Text Example

White with #8275AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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