Html Css Color HEX #9585DB Medium Purple

📋 copy color: '#9585DB'

red 149 ◦ green 133 ◦ blue 219

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

Shades of Medium Purple #9585DB

Tints of Medium Purple #9585DB

RGB

 RED value IS 149 (58.59% from 255) = 29.74%

 GREEN value IS 133 (52.34% from 255) = 26.55%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 29.74%
G = 26.55%
B = 43.71%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9585DB (or 0x9585DB) is known color: Medium Purple. HEX triplet: 95, 85 and DB. RGB value is (149,133,219). Sum of RGB (Red+Green+Blue) = 149+133+219=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #9585DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585DB is #6A7A24. Grayscale: #939393. Windows color (decimal): -6978085 or 14386581. OLE color: 14386581.

HSL color Cylindrical-coordinate representation of color #9585DB: hue angle of 251.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9585DB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 133 219 -
CMYK 0.32 0.39 0 0.14
HSL 251.16º 0.54% 0.69% -
HSV(B) 251.16º 0.39% 0.86% -
XYZ 33.57 28.28 70.71 -
YUV 147.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 149 133 219 0.32 0.39 0 0.14 251.16 0.54 0.69
Hex 95 85 DB 20 27 0 E FB 36 45
Octal 225 205 333 40 47 0 16 373 66 105
Binary 10010101 10000101 11011011 100000 100111 0 1110 11111011 110110 1000101

Color Harmonies of #9585DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9585DB

Black with #9585DB

Text Example


Text Example

White with #9585DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9585DB; }

 p { color: rgb(149,133,219); }

 H1.HeaderClassName
 {
   color: #9585DB;
 }
 .AnyTagClassName
 {
   color: #9585DB;
 }
</style>

background-color css

<style>
 a { background-color: #9585DB; }

 a { background-color: rgb(149,133,219); }

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

border-color css

<style>
 span { border-color: #9585DB; }

 span { border-color: rgb(149,133,219); }

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