Html Css Color HEX #9987C4 Cold Purple

📋 copy color: '#9987C4'

red 153 ◦ green 135 ◦ blue 196

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

Shades of Cold Purple #9987C4

Tints of Cold Purple #9987C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 31.61%
G = 27.89%
B = 40.5%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9987C4 (or 0x9987C4) is known color: Cold Purple. HEX triplet: 99, 87 and C4. RGB value is (153,135,196). Sum of RGB (Red+Green+Blue) = 153+135+196=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #9987C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987C4 is #66783B. Grayscale: #939393. Windows color (decimal): -6715452 or 12879769. OLE color: 12879769.

HSL color Cylindrical-coordinate representation of color #9987C4: hue angle of 257.7º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9987C4 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 135 196 -
CMYK 0.22 0.31 0 0.23
HSL 257.7º 0.34% 0.65% -
HSV(B) 257.7º 0.31% 0.77% -
XYZ 31.76 28.09 55.97 -
YUV 147.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 153 135 196 0.22 0.31 0 0.23 257.7 0.34 0.65
Hex 99 87 C4 16 1F 0 17 102 22 41
Octal 231 207 304 26 37 0 27 402 42 101
Binary 10011001 10000111 11000100 10110 11111 0 10111 100000010 100010 1000001

Color Harmonies of #9987C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987C4

Black with #9987C4

Text Example


Text Example

White with #9987C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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