Html Css Color HEX #8273AD Deluge

📋 copy color: '#8273AD'

red 130 ◦ green 115 ◦ blue 173

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

Shades of Deluge #8273AD

Tints of Deluge #8273AD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

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

R = 31.1%
G = 27.51%
B = 41.39%

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

#8273AD (or 0x8273AD) is known color: Deluge. HEX triplet: 82, 73 and AD. RGB value is (130,115,173). Sum of RGB (Red+Green+Blue) = 130+115+173=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #8273AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8273AD is #7D8C52. Grayscale: #7D7D7D. Windows color (decimal): -8227923 or 11367298. OLE color: 11367298.

HSL color Cylindrical-coordinate representation of color #8273AD: hue angle of 255.52º 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 #8273AD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 115 173 -
CMYK 0.25 0.34 0 0.32
HSL 255.52º 0.26% 0.56% -
HSV(B) 255.52º 0.34% 0.68% -
XYZ 22.88 20.02 42.19 -
YUV 126.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 130 115 173 0.25 0.34 0 0.32 255.52 0.26 0.56
Hex 82 73 AD 19 22 0 20 100 1A 38
Octal 202 163 255 31 42 0 40 400 32 70
Binary 10000010 1110011 10101101 11001 100010 0 100000 100000000 11010 111000

Color Harmonies of #8273AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273AD

Black with #8273AD

Text Example


Text Example

White with #8273AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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