Html Css Color HEX #9589CC Cold Purple

📋 copy color: '#9589CC'

red 149 ◦ green 137 ◦ blue 204

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

Shades of Cold Purple #9589CC

Tints of Cold Purple #9589CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 30.41%
G = 27.96%
B = 41.63%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9589CC (or 0x9589CC) is known color: Cold Purple. HEX triplet: 95, 89 and CC. RGB value is (149,137,204). Sum of RGB (Red+Green+Blue) = 149+137+204=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #9589CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589CC is #6A7633. Grayscale: #939393. Windows color (decimal): -6977076 or 13404565. OLE color: 13404565.

HSL color Cylindrical-coordinate representation of color #9589CC: hue angle of 250.75º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9589CC is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 137 204 -
CMYK 0.27 0.33 0 0.2
HSL 250.75º 0.4% 0.67% -
HSV(B) 250.75º 0.33% 0.8% -
XYZ 32.24 28.64 60.96 -
YUV 148.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 149 137 204 0.27 0.33 0 0.2 250.75 0.4 0.67
Hex 95 89 CC 1B 21 0 14 FB 28 43
Octal 225 211 314 33 41 0 24 373 50 103
Binary 10010101 10001001 11001100 11011 100001 0 10100 11111011 101000 1000011

Color Harmonies of #9589CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589CC

Black with #9589CC

Text Example


Text Example

White with #9589CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9589CC; }

 p { color: rgb(149,137,204); }

 H1.HeaderClassName
 {
   color: #9589CC;
 }
 .AnyTagClassName
 {
   color: #9589CC;
 }
</style>

background-color css

<style>
 a { background-color: #9589CC; }

 a { background-color: rgb(149,137,204); }

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

border-color css

<style>
 span { border-color: #9589CC; }

 span { border-color: rgb(149,137,204); }

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