Html Css Color HEX #9585CD Cold Purple

📋 copy color: '#9585CD'

red 149 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #9585CD

Tints of Cold Purple #9585CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 30.6%
G = 27.31%
B = 42.09%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9585CD (or 0x9585CD) is known color: Cold Purple. HEX triplet: 95, 85 and CD. RGB value is (149,133,205). Sum of RGB (Red+Green+Blue) = 149+133+205=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #9585CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585CD is #6A7A32. Grayscale: #919191. Windows color (decimal): -6978099 or 13469077. OLE color: 13469077.

HSL color Cylindrical-coordinate representation of color #9585CD: hue angle of 253.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9585CD is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 133 205 -
CMYK 0.27 0.35 0 0.20
HSL 253.33º 0.42% 0.66% -
HSV(B) 253.33º 0.35% 0.8% -
XYZ 31.8 27.57 61.4 -
YUV 145.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 149 133 205 0.27 0.35 0 0.20 253.33 0.42 0.66
Hex 95 85 CD 1B 23 0 14 FD 2A 42
Octal 225 205 315 33 43 0 24 375 52 102
Binary 10010101 10000101 11001101 11011 100011 0 10100 11111101 101010 1000010

Color Harmonies of #9585CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9585CD

Black with #9585CD

Text Example


Text Example

White with #9585CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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