Html Css Color HEX #8575B5 Deluge

📋 copy color: '#8575B5'

red 133 ◦ green 117 ◦ blue 181

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

Shades of Deluge #8575B5

Tints of Deluge #8575B5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.15%

 BLUE value IS 181 (71.09% from 255) = 42%

R = 30.86%
G = 27.15%
B = 42%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8575B5 (or 0x8575B5) is known color: Deluge. HEX triplet: 85, 75 and B5. RGB value is (133,117,181). Sum of RGB (Red+Green+Blue) = 133+117+181=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #8575B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575B5 is #7A8A4A. Grayscale: #808080. Windows color (decimal): -8030795 or 11892101. OLE color: 11892101.

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

Color convert

RGB 133 117 181 -
CMYK 0.27 0.35 0 0.29
HSL 255º 0.3% 0.58% -
HSV(B) 255º 0.35% 0.71% -
XYZ 24.37 21.05 46.49 -
YUV 129.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 133 117 181 0.27 0.35 0 0.29 255 0.3 0.58
Hex 85 75 B5 1B 23 0 1D FF 1E 3A
Octal 205 165 265 33 43 0 35 377 36 72
Binary 10000101 1110101 10110101 11011 100011 0 11101 11111111 11110 111010

Color Harmonies of #8575B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575B5

Black with #8575B5

Text Example


Text Example

White with #8575B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8575B5; }

 p { color: rgb(133,117,181); }

 H1.HeaderClassName
 {
   color: #8575B5;
 }
 .AnyTagClassName
 {
   color: #8575B5;
 }
</style>

background-color css

<style>
 a { background-color: #8575B5; }

 a { background-color: rgb(133,117,181); }

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

border-color css

<style>
 span { border-color: #8575B5; }

 span { border-color: rgb(133,117,181); }

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