Html Css Color HEX #9585BA Cold Purple

📋 copy color: '#9585BA'

red 149 ◦ green 133 ◦ blue 186

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

Shades of Cold Purple #9585BA

Tints of Cold Purple #9585BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 31.84%
G = 28.42%
B = 39.74%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9585BA (or 0x9585BA) is known color: Cold Purple. HEX triplet: 95, 85 and BA. RGB value is (149,133,186). Sum of RGB (Red+Green+Blue) = 149+133+186=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9585BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585BA is #6A7A45. Grayscale: #8F8F8F. Windows color (decimal): -6978118 or 12223893. OLE color: 12223893.

HSL color Cylindrical-coordinate representation of color #9585BA: hue angle of 258.11º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9585BA is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 133 186 -
CMYK 0.20 0.28 0 0.27
HSL 258.11º 0.28% 0.63% -
HSV(B) 258.11º 0.28% 0.73% -
XYZ 29.64 26.71 50.05 -
YUV 143.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 149 133 186 0.20 0.28 0 0.27 258.11 0.28 0.63
Hex 95 85 BA 14 1C 0 1B 102 1C 3F
Octal 225 205 272 24 34 0 33 402 34 77
Binary 10010101 10000101 10111010 10100 11100 0 11011 100000010 11100 111111

Color Harmonies of #9585BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9585BA

Black with #9585BA

Text Example


Text Example

White with #9585BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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