Html Css Color HEX #9A89BE Cold Purple

📋 copy color: '#9A89BE'

red 154 ◦ green 137 ◦ blue 190

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

Shades of Cold Purple #9A89BE

Tints of Cold Purple #9A89BE

RGB

 RED value IS 154 (60.55% from 255) = 32.02%

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 32.02%
G = 28.48%
B = 39.5%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A89BE (or 0x9A89BE) is known color: Cold Purple. HEX triplet: 9A, 89 and BE. RGB value is (154,137,190). Sum of RGB (Red+Green+Blue) = 154+137+190=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A89BE is #657641. Grayscale: #939393. Windows color (decimal): -6649410 or 12487066. OLE color: 12487066.

HSL color Cylindrical-coordinate representation of color #9A89BE: hue angle of 259.25º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A89BE is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 137 190 -
CMYK 0.19 0.28 0 0.25
HSL 259.25º 0.29% 0.64% -
HSV(B) 259.25º 0.28% 0.75% -
XYZ 31.57 28.48 52.55 -
YUV 148.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 154 137 190 0.19 0.28 0 0.25 259.25 0.29 0.64
Hex 9A 89 BE 13 1C 0 19 103 1D 40
Octal 232 211 276 23 34 0 31 403 35 100
Binary 10011010 10001001 10111110 10011 11100 0 11001 100000011 11101 1000000

Color Harmonies of #9A89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A89BE

Black with #9A89BE

Text Example


Text Example

White with #9A89BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A89BE; }

 p { color: rgb(154,137,190); }

 H1.HeaderClassName
 {
   color: #9A89BE;
 }
 .AnyTagClassName
 {
   color: #9A89BE;
 }
</style>

background-color css

<style>
 a { background-color: #9A89BE; }

 a { background-color: rgb(154,137,190); }

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

border-color css

<style>
 span { border-color: #9A89BE; }

 span { border-color: rgb(154,137,190); }

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