Html Css Color HEX #8578B4 Deluge

📋 copy color: '#8578B4'

red 133 ◦ green 120 ◦ blue 180

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

Shades of Deluge #8578B4

Tints of Deluge #8578B4

RGB

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

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

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

R = 30.72%
G = 27.71%
B = 41.57%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8578B4 (or 0x8578B4) is known color: Deluge. HEX triplet: 85, 78 and B4. RGB value is (133,120,180). Sum of RGB (Red+Green+Blue) = 133+120+180=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #8578B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8578B4 is #7A874B. Grayscale: #828282. Windows color (decimal): -8030028 or 11827333. OLE color: 11827333.

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

Color convert

RGB 133 120 180 -
CMYK 0.26 0.33 0 0.29
HSL 253º 0.29% 0.59% -
HSV(B) 253º 0.33% 0.71% -
XYZ 24.63 21.71 46.07 -
YUV 130.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 133 120 180 0.26 0.33 0 0.29 253 0.29 0.59
Hex 85 78 B4 1A 21 0 1D FD 1D 3B
Octal 205 170 264 32 41 0 35 375 35 73
Binary 10000101 1111000 10110100 11010 100001 0 11101 11111101 11101 111011

Color Harmonies of #8578B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8578B4

Black with #8578B4

Text Example


Text Example

White with #8578B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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