Html Css Color HEX #9987BF Cold Purple

📋 copy color: '#9987BF'

red 153 ◦ green 135 ◦ blue 191

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

Shades of Cold Purple #9987BF

Tints of Cold Purple #9987BF

RGB

 RED value IS 153 (60.16% from 255) = 31.94%

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

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

R = 31.94%
G = 28.18%
B = 39.87%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9987BF (or 0x9987BF) is known color: Cold Purple. HEX triplet: 99, 87 and BF. RGB value is (153,135,191). Sum of RGB (Red+Green+Blue) = 153+135+191=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #9987BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987BF is #667840. Grayscale: #929292. Windows color (decimal): -6715457 or 12552089. OLE color: 12552089.

HSL color Cylindrical-coordinate representation of color #9987BF: hue angle of 259.29º 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 #9987BF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 135 191 -
CMYK 0.20 0.29 0 0.25
HSL 259.29º 0.3% 0.64% -
HSV(B) 259.29º 0.29% 0.75% -
XYZ 31.2 27.86 53.02 -
YUV 146.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 153 135 191 0.20 0.29 0 0.25 259.29 0.3 0.64
Hex 99 87 BF 14 1D 0 19 103 1E 40
Octal 231 207 277 24 35 0 31 403 36 100
Binary 10011001 10000111 10111111 10100 11101 0 11001 100000011 11110 1000000

Color Harmonies of #9987BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987BF

Black with #9987BF

Text Example


Text Example

White with #9987BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9987BF; }

 p { color: rgb(153,135,191); }

 H1.HeaderClassName
 {
   color: #9987BF;
 }
 .AnyTagClassName
 {
   color: #9987BF;
 }
</style>

background-color css

<style>
 a { background-color: #9987BF; }

 a { background-color: rgb(153,135,191); }

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

border-color css

<style>
 span { border-color: #9987BF; }

 span { border-color: rgb(153,135,191); }

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