Html Css Color HEX #8278AD Deluge

📋 copy color: '#8278AD'

red 130 ◦ green 120 ◦ blue 173

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

Shades of Deluge #8278AD

Tints of Deluge #8278AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.37%

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

R = 30.73%
G = 28.37%
B = 40.9%

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

#8278AD (or 0x8278AD) is known color: Deluge. HEX triplet: 82, 78 and AD. RGB value is (130,120,173). Sum of RGB (Red+Green+Blue) = 130+120+173=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #8278AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8278AD is #7D8752. Grayscale: #808080. Windows color (decimal): -8226643 or 11368578. OLE color: 11368578.

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

Color convert

RGB 130 120 173 -
CMYK 0.25 0.31 0 0.32
HSL 251.32º 0.24% 0.57% -
HSV(B) 251.32º 0.31% 0.68% -
XYZ 23.47 21.2 42.39 -
YUV 129.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 130 120 173 0.25 0.31 0 0.32 251.32 0.24 0.57
Hex 82 78 AD 19 1F 0 20 FB 18 39
Octal 202 170 255 31 37 0 40 373 30 71
Binary 10000010 1111000 10101101 11001 11111 0 100000 11111011 11000 111001

Color Harmonies of #8278AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8278AD

Black with #8278AD

Text Example


Text Example

White with #8278AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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