Html Css Color HEX #9585E9 Medium Purple

📋 copy color: '#9585E9'

red 149 ◦ green 133 ◦ blue 233

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

Shades of Medium Purple #9585E9

Tints of Medium Purple #9585E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.24%

R = 28.93%
G = 25.83%
B = 45.24%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9585E9 (or 0x9585E9) is known color: Medium Purple. HEX triplet: 95, 85 and E9. RGB value is (149,133,233). Sum of RGB (Red+Green+Blue) = 149+133+233=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #9585E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9585E9 is #6A7A16. Grayscale: #949494. Windows color (decimal): -6978071 or 15304085. OLE color: 15304085.

HSL color Cylindrical-coordinate representation of color #9585E9: hue angle of 249.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9585E9 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 133 233 -
CMYK 0.36 0.43 0 0.09
HSL 249.6º 0.69% 0.72% -
HSV(B) 249.6º 0.43% 0.91% -
XYZ 35.49 29.05 80.83 -
YUV 149.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 149 133 233 0.36 0.43 0 0.09 249.6 0.69 0.72
Hex 95 85 E9 24 2B 0 9 FA 45 48
Octal 225 205 351 44 53 0 11 372 105 110
Binary 10010101 10000101 11101001 100100 101011 0 1001 11111010 1000101 1001000

Color Harmonies of #9585E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9585E9

Black with #9585E9

Text Example


Text Example

White with #9585E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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