Html Css Color HEX #9586CE Cold Purple

📋 copy color: '#9586CE'

red 149 ◦ green 134 ◦ blue 206

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

Shades of Cold Purple #9586CE

Tints of Cold Purple #9586CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

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

R = 30.47%
G = 27.4%
B = 42.13%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9586CE (or 0x9586CE) is known color: Cold Purple. HEX triplet: 95, 86 and CE. RGB value is (149,134,206). Sum of RGB (Red+Green+Blue) = 149+134+206=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #9586CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586CE is #6A7931. Grayscale: #929292. Windows color (decimal): -6977842 or 13534869. OLE color: 13534869.

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

Color convert

RGB 149 134 206 -
CMYK 0.28 0.35 0 0.19
HSL 252.5º 0.42% 0.67% -
HSV(B) 252.5º 0.35% 0.81% -
XYZ 32.06 27.9 62.09 -
YUV 146.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 149 134 206 0.28 0.35 0 0.19 252.5 0.42 0.67
Hex 95 86 CE 1C 23 0 13 FD 2A 43
Octal 225 206 316 34 43 0 23 375 52 103
Binary 10010101 10000110 11001110 11100 100011 0 10011 11111101 101010 1000011

Color Harmonies of #9586CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9586CE

Black with #9586CE

Text Example


Text Example

White with #9586CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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