Html Css Color HEX #9587CE Cold Purple

📋 copy color: '#9587CE'

red 149 ◦ green 135 ◦ blue 206

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

Shades of Cold Purple #9587CE

Tints of Cold Purple #9587CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 30.41%
G = 27.55%
B = 42.04%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9587CE (or 0x9587CE) is known color: Cold Purple. HEX triplet: 95, 87 and CE. RGB value is (149,135,206). Sum of RGB (Red+Green+Blue) = 149+135+206=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #9587CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587CE is #6A7831. Grayscale: #939393. Windows color (decimal): -6977586 or 13535125. OLE color: 13535125.

HSL color Cylindrical-coordinate representation of color #9587CE: hue angle of 251.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9587CE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 135 206 -
CMYK 0.28 0.34 0 0.19
HSL 251.83º 0.42% 0.67% -
HSV(B) 251.83º 0.34% 0.81% -
XYZ 32.2 28.17 62.13 -
YUV 147.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 149 135 206 0.28 0.34 0 0.19 251.83 0.42 0.67
Hex 95 87 CE 1C 22 0 13 FC 2A 43
Octal 225 207 316 34 42 0 23 374 52 103
Binary 10010101 10000111 11001110 11100 100010 0 10011 11111100 101010 1000011

Color Harmonies of #9587CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9587CE

Black with #9587CE

Text Example


Text Example

White with #9587CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9587CE; }

 p { color: rgb(149,135,206); }

 H1.HeaderClassName
 {
   color: #9587CE;
 }
 .AnyTagClassName
 {
   color: #9587CE;
 }
</style>

background-color css

<style>
 a { background-color: #9587CE; }

 a { background-color: rgb(149,135,206); }

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

border-color css

<style>
 span { border-color: #9587CE; }

 span { border-color: rgb(149,135,206); }

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