Html Css Color HEX #9A87BA Cold Purple

📋 copy color: '#9A87BA'

red 154 ◦ green 135 ◦ blue 186

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

Shades of Cold Purple #9A87BA

Tints of Cold Purple #9A87BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.42%

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 32.42%
G = 28.42%
B = 39.16%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A87BA (or 0x9A87BA) is known color: Cold Purple. HEX triplet: 9A, 87 and BA. RGB value is (154,135,186). Sum of RGB (Red+Green+Blue) = 154+135+186=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A87BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87BA is #657845. Grayscale: #929292. Windows color (decimal): -6649926 or 12224410. OLE color: 12224410.

HSL color Cylindrical-coordinate representation of color #9A87BA: hue angle of 262.35º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A87BA is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 135 186 -
CMYK 0.17 0.27 0 0.27
HSL 262.35º 0.27% 0.63% -
HSV(B) 262.35º 0.27% 0.73% -
XYZ 30.85 27.74 50.18 -
YUV 146.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 154 135 186 0.17 0.27 0 0.27 262.35 0.27 0.63
Hex 9A 87 BA 11 1B 0 1B 106 1B 3F
Octal 232 207 272 21 33 0 33 406 33 77
Binary 10011010 10000111 10111010 10001 11011 0 11011 100000110 11011 111111

Color Harmonies of #9A87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A87BA

Black with #9A87BA

Text Example


Text Example

White with #9A87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,135,186); }

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

background-color css

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

 a { background-color: rgb(154,135,186); }

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

border-color css

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

 span { border-color: rgb(154,135,186); }

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