Html Css Color HEX #8074AF Deluge

📋 copy color: '#8074AF'

red 128 ◦ green 116 ◦ blue 175

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

Shades of Deluge #8074AF

Tints of Deluge #8074AF

RGB

 RED value IS 128 (50.39% from 255) = 30.55%

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

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

R = 30.55%
G = 27.68%
B = 41.77%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8074AF (or 0x8074AF) is known color: Deluge. HEX triplet: 80, 74 and AF. RGB value is (128,116,175). Sum of RGB (Red+Green+Blue) = 128+116+175=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 116 (45.70% from 255 or 27.68% 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 #8074AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8074AF is #7F8B50. Grayscale: #7E7E7E. Windows color (decimal): -8358737 or 11498624. OLE color: 11498624.

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

Color convert

RGB 128 116 175 -
CMYK 0.27 0.34 0 0.31
HSL 252.2º 0.27% 0.57% -
HSV(B) 252.2º 0.34% 0.69% -
XYZ 22.89 20.18 43.25 -
YUV 126.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 128 116 175 0.27 0.34 0 0.31 252.2 0.27 0.57
Hex 80 74 AF 1B 22 0 1F FC 1B 39
Octal 200 164 257 33 42 0 37 374 33 71
Binary 10000000 1110100 10101111 11011 100010 0 11111 11111100 11011 111001

Color Harmonies of #8074AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8074AF

Black with #8074AF

Text Example


Text Example

White with #8074AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,116,175); }

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

background-color css

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

 a { background-color: rgb(128,116,175); }

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

border-color css

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

 span { border-color: rgb(128,116,175); }

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