Html Css Color HEX #9586CA Cold Purple

📋 copy color: '#9586CA'

red 149 ◦ green 134 ◦ blue 202

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

Shades of Cold Purple #9586CA

Tints of Cold Purple #9586CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 30.72%
G = 27.63%
B = 41.65%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9586CA (or 0x9586CA) is known color: Cold Purple. HEX triplet: 95, 86 and CA. RGB value is (149,134,202). Sum of RGB (Red+Green+Blue) = 149+134+202=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #9586CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586CA is #6A7935. Grayscale: #919191. Windows color (decimal): -6977846 or 13272725. OLE color: 13272725.

HSL color Cylindrical-coordinate representation of color #9586CA: hue angle of 253.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9586CA is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 134 202 -
CMYK 0.26 0.34 0 0.21
HSL 253.24º 0.39% 0.66% -
HSV(B) 253.24º 0.34% 0.79% -
XYZ 31.58 27.7 59.56 -
YUV 146.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 149 134 202 0.26 0.34 0 0.21 253.24 0.39 0.66
Hex 95 86 CA 1A 22 0 15 FD 27 42
Octal 225 206 312 32 42 0 25 375 47 102
Binary 10010101 10000110 11001010 11010 100010 0 10101 11111101 100111 1000010

Color Harmonies of #9586CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9586CA

Black with #9586CA

Text Example


Text Example

White with #9586CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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