Html Css Color HEX #9F87BD Cold Purple

📋 copy color: '#9F87BD'

red 159 ◦ green 135 ◦ blue 189

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

Shades of Cold Purple #9F87BD

Tints of Cold Purple #9F87BD

RGB

 RED value IS 159 (62.5% from 255) = 32.92%

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

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 32.92%
G = 27.95%
B = 39.13%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F87BD (or 0x9F87BD) is known color: Cold Purple. HEX triplet: 9F, 87 and BD. RGB value is (159,135,189). Sum of RGB (Red+Green+Blue) = 159+135+189=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F87BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87BD is #607842. Grayscale: #949494. Windows color (decimal): -6322243 or 12421023. OLE color: 12421023.

HSL color Cylindrical-coordinate representation of color #9F87BD: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F87BD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 135 189 -
CMYK 0.16 0.29 0 0.26
HSL 266.67º 0.29% 0.64% -
HSV(B) 266.67º 0.29% 0.74% -
XYZ 32.15 28.37 51.93 -
YUV 148.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 159 135 189 0.16 0.29 0 0.26 266.67 0.29 0.64
Hex 9F 87 BD 10 1D 0 1A 10B 1D 40
Octal 237 207 275 20 35 0 32 413 35 100
Binary 10011111 10000111 10111101 10000 11101 0 11010 100001011 11101 1000000

Color Harmonies of #9F87BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F87BD

Black with #9F87BD

Text Example


Text Example

White with #9F87BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,135,189); }

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

background-color css

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

 a { background-color: rgb(159,135,189); }

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

border-color css

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

 span { border-color: rgb(159,135,189); }

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