Html Css Color HEX #9A88BE Cold Purple

📋 copy color: '#9A88BE'

red 154 ◦ green 136 ◦ blue 190

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

Shades of Cold Purple #9A88BE

Tints of Cold Purple #9A88BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

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

R = 32.08%
G = 28.33%
B = 39.58%

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

#9A88BE (or 0x9A88BE) is known color: Cold Purple. HEX triplet: 9A, 88 and BE. RGB value is (154,136,190). Sum of RGB (Red+Green+Blue) = 154+136+190=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88BE is #657741. Grayscale: #939393. Windows color (decimal): -6649666 or 12486810. OLE color: 12486810.

HSL color Cylindrical-coordinate representation of color #9A88BE: hue angle of 260º 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 #9A88BE is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 136 190 -
CMYK 0.19 0.28 0 0.25
HSL 260º 0.29% 0.64% -
HSV(B) 260º 0.28% 0.75% -
XYZ 31.42 28.2 52.5 -
YUV 147.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 154 136 190 0.19 0.28 0 0.25 260 0.29 0.64
Hex 9A 88 BE 13 1C 0 19 104 1D 40
Octal 232 210 276 23 34 0 31 404 35 100
Binary 10011010 10001000 10111110 10011 11100 0 11001 100000100 11101 1000000

Color Harmonies of #9A88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A88BE

Black with #9A88BE

Text Example


Text Example

White with #9A88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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