Html Css Color HEX #8274AD Deluge

📋 copy color: '#8274AD'

red 130 ◦ green 116 ◦ blue 173

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

Shades of Deluge #8274AD

Tints of Deluge #8274AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

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

R = 31.03%
G = 27.68%
B = 41.29%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8274AD (or 0x8274AD) is known color: Deluge. HEX triplet: 82, 74 and AD. RGB value is (130,116,173). Sum of RGB (Red+Green+Blue) = 130+116+173=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #8274AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8274AD is #7D8B52. Grayscale: #7E7E7E. Windows color (decimal): -8227667 or 11367554. OLE color: 11367554.

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

Color convert

RGB 130 116 173 -
CMYK 0.25 0.33 0 0.32
HSL 254.74º 0.26% 0.57% -
HSV(B) 254.74º 0.33% 0.68% -
XYZ 22.99 20.25 42.23 -
YUV 126.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 130 116 173 0.25 0.33 0 0.32 254.74 0.26 0.57
Hex 82 74 AD 19 21 0 20 FF 1A 39
Octal 202 164 255 31 41 0 40 377 32 71
Binary 10000010 1110100 10101101 11001 100001 0 100000 11111111 11010 111001

Color Harmonies of #8274AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274AD

Black with #8274AD

Text Example


Text Example

White with #8274AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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