Html Css Color HEX #9585D0 Cold Purple

📋 copy color: '#9585D0'

red 149 ◦ green 133 ◦ blue 208

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

Shades of Cold Purple #9585D0

Tints of Cold Purple #9585D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 30.41%
G = 27.14%
B = 42.45%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9585D0 (or 0x9585D0) is known color: Cold Purple. HEX triplet: 95, 85 and D0. RGB value is (149,133,208). Sum of RGB (Red+Green+Blue) = 149+133+208=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #9585D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585D0 is #6A7A2F. Grayscale: #929292. Windows color (decimal): -6978096 or 13665685. OLE color: 13665685.

HSL color Cylindrical-coordinate representation of color #9585D0: hue angle of 252.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9585D0 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 133 208 -
CMYK 0.28 0.36 0 0.18
HSL 252.8º 0.44% 0.67% -
HSV(B) 252.8º 0.36% 0.82% -
XYZ 32.17 27.72 63.33 -
YUV 146.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 149 133 208 0.28 0.36 0 0.18 252.8 0.44 0.67
Hex 95 85 D0 1C 24 0 12 FD 2C 43
Octal 225 205 320 34 44 0 22 375 54 103
Binary 10010101 10000101 11010000 11100 100100 0 10010 11111101 101100 1000011

Color Harmonies of #9585D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9585D0

Black with #9585D0

Text Example


Text Example

White with #9585D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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