Html Css Color HEX #9589BC Cold Purple

📋 copy color: '#9589BC'

red 149 ◦ green 137 ◦ blue 188

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

Shades of Cold Purple #9589BC

Tints of Cold Purple #9589BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 31.43%
G = 28.9%
B = 39.66%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9589BC (or 0x9589BC) is known color: Cold Purple. HEX triplet: 95, 89 and BC. RGB value is (149,137,188). Sum of RGB (Red+Green+Blue) = 149+137+188=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #9589BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589BC is #6A7643. Grayscale: #929292. Windows color (decimal): -6977092 or 12355989. OLE color: 12355989.

HSL color Cylindrical-coordinate representation of color #9589BC: hue angle of 254.12º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9589BC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 137 188 -
CMYK 0.21 0.27 0 0.26
HSL 254.12º 0.28% 0.64% -
HSV(B) 254.12º 0.27% 0.74% -
XYZ 30.42 27.91 51.36 -
YUV 146.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 149 137 188 0.21 0.27 0 0.26 254.12 0.28 0.64
Hex 95 89 BC 15 1B 0 1A FE 1C 40
Octal 225 211 274 25 33 0 32 376 34 100
Binary 10010101 10001001 10111100 10101 11011 0 11010 11111110 11100 1000000

Color Harmonies of #9589BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589BC

Black with #9589BC

Text Example


Text Example

White with #9589BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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