Html Css Color HEX #9F84BB Cold Purple

📋 copy color: '#9F84BB'

red 159 ◦ green 132 ◦ blue 187

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

Shades of Cold Purple #9F84BB

Tints of Cold Purple #9F84BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.62%

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 33.26%
G = 27.62%
B = 39.12%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F84BB (or 0x9F84BB) is known color: Cold Purple. HEX triplet: 9F, 84 and BB. RGB value is (159,132,187). Sum of RGB (Red+Green+Blue) = 159+132+187=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F84BB is #607B44. Grayscale: #929292. Windows color (decimal): -6323013 or 12289183. OLE color: 12289183.

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

Color convert

RGB 159 132 187 -
CMYK 0.15 0.29 0 0.27
HSL 269.45º 0.29% 0.63% -
HSV(B) 269.45º 0.29% 0.73% -
XYZ 31.52 27.46 50.65 -
YUV 146.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 159 132 187 0.15 0.29 0 0.27 269.45 0.29 0.63
Hex 9F 84 BB F 1D 0 1B 10D 1D 3F
Octal 237 204 273 17 35 0 33 415 35 77
Binary 10011111 10000100 10111011 1111 11101 0 11011 100001101 11101 111111

Color Harmonies of #9F84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F84BB

Black with #9F84BB

Text Example


Text Example

White with #9F84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,132,187); }

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

background-color css

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

 a { background-color: rgb(159,132,187); }

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

border-color css

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

 span { border-color: rgb(159,132,187); }

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