Html Css Color HEX #9A88BF Cold Purple

📋 copy color: '#9A88BF'

red 154 ◦ green 136 ◦ blue 191

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

Shades of Cold Purple #9A88BF

Tints of Cold Purple #9A88BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.71%

R = 32.02%
G = 28.27%
B = 39.71%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A88BF (or 0x9A88BF) is known color: Cold Purple. HEX triplet: 9A, 88 and BF. RGB value is (154,136,191). Sum of RGB (Red+Green+Blue) = 154+136+191=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88BF is #657740. Grayscale: #939393. Windows color (decimal): -6649665 or 12552346. OLE color: 12552346.

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

Color convert

RGB 154 136 191 -
CMYK 0.19 0.29 0 0.25
HSL 259.64º 0.3% 0.64% -
HSV(B) 259.64º 0.29% 0.75% -
XYZ 31.53 28.24 53.08 -
YUV 147.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 154 136 191 0.19 0.29 0 0.25 259.64 0.3 0.64
Hex 9A 88 BF 13 1D 0 19 104 1E 40
Octal 232 210 277 23 35 0 31 404 36 100
Binary 10011010 10001000 10111111 10011 11101 0 11001 100000100 11110 1000000

Color Harmonies of #9A88BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A88BF

Black with #9A88BF

Text Example


Text Example

White with #9A88BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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