Html Css Color HEX #9F83BB Cold Purple

📋 copy color: '#9F83BB'

red 159 ◦ green 131 ◦ blue 187

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

Shades of Cold Purple #9F83BB

Tints of Cold Purple #9F83BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.46%

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

R = 33.33%
G = 27.46%
B = 39.2%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F83BB (or 0x9F83BB) is known color: Cold Purple. HEX triplet: 9F, 83 and BB. RGB value is (159,131,187). Sum of RGB (Red+Green+Blue) = 159+131+187=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83BB is #607C44. Grayscale: #919191. Windows color (decimal): -6323269 or 12288927. OLE color: 12288927.

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

Color convert

RGB 159 131 187 -
CMYK 0.15 0.30 0 0.27
HSL 270º 0.29% 0.62% -
HSV(B) 270º 0.3% 0.73% -
XYZ 31.38 27.19 50.61 -
YUV 145.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 159 131 187 0.15 0.30 0 0.27 270 0.29 0.62
Hex 9F 83 BB F 1E 0 1B 10E 1D 3E
Octal 237 203 273 17 36 0 33 416 35 76
Binary 10011111 10000011 10111011 1111 11110 0 11011 100001110 11101 111110

Color Harmonies of #9F83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F83BB

Black with #9F83BB

Text Example


Text Example

White with #9F83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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