Html Css Color HEX #8574B4 Deluge

📋 copy color: '#8574B4'

red 133 ◦ green 116 ◦ blue 180

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

Shades of Deluge #8574B4

Tints of Deluge #8574B4

RGB

 RED value IS 133 (52.34% from 255) = 31%

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

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 31%
G = 27.04%
B = 41.96%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8574B4 (or 0x8574B4) is known color: Deluge. HEX triplet: 85, 74 and B4. RGB value is (133,116,180). Sum of RGB (Red+Green+Blue) = 133+116+180=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #8574B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8574B4 is #7A8B4B. Grayscale: #808080. Windows color (decimal): -8031052 or 11826309. OLE color: 11826309.

HSL color Cylindrical-coordinate representation of color #8574B4: hue angle of 255.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8574B4 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 116 180 -
CMYK 0.26 0.36 0 0.29
HSL 255.94º 0.3% 0.58% -
HSV(B) 255.94º 0.36% 0.71% -
XYZ 24.16 20.77 45.92 -
YUV 128.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 133 116 180 0.26 0.36 0 0.29 255.94 0.3 0.58
Hex 85 74 B4 1A 24 0 1D 100 1E 3A
Octal 205 164 264 32 44 0 35 400 36 72
Binary 10000101 1110100 10110100 11010 100100 0 11101 100000000 11110 111010

Color Harmonies of #8574B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8574B4

Black with #8574B4

Text Example


Text Example

White with #8574B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8574B4; }

 p { color: rgb(133,116,180); }

 H1.HeaderClassName
 {
   color: #8574B4;
 }
 .AnyTagClassName
 {
   color: #8574B4;
 }
</style>

background-color css

<style>
 a { background-color: #8574B4; }

 a { background-color: rgb(133,116,180); }

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

border-color css

<style>
 span { border-color: #8574B4; }

 span { border-color: rgb(133,116,180); }

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