Html Css Color HEX #9585DA Medium Purple

📋 copy color: '#9585DA'

red 149 ◦ green 133 ◦ blue 218

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

Shades of Medium Purple #9585DA

Tints of Medium Purple #9585DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 29.8%
G = 26.6%
B = 43.6%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9585DA (or 0x9585DA) is known color: Medium Purple. HEX triplet: 95, 85 and DA. RGB value is (149,133,218). Sum of RGB (Red+Green+Blue) = 149+133+218=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9585DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585DA is #6A7A25. Grayscale: #939393. Windows color (decimal): -6978086 or 14321045. OLE color: 14321045.

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

Color convert

RGB 149 133 218 -
CMYK 0.32 0.39 0 0.15
HSL 251.29º 0.53% 0.69% -
HSV(B) 251.29º 0.39% 0.85% -
XYZ 33.44 28.23 70.02 -
YUV 147.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 149 133 218 0.32 0.39 0 0.15 251.29 0.53 0.69
Hex 95 85 DA 20 27 0 F FB 35 45
Octal 225 205 332 40 47 0 17 373 65 105
Binary 10010101 10000101 11011010 100000 100111 0 1111 11111011 110101 1000101

Color Harmonies of #9585DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9585DA

Black with #9585DA

Text Example


Text Example

White with #9585DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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