Html Css Color HEX #9F83BF Cold Purple

📋 copy color: '#9F83BF'

red 159 ◦ green 131 ◦ blue 191

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

Shades of Cold Purple #9F83BF

Tints of Cold Purple #9F83BF

RGB

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

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

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

R = 33.06%
G = 27.23%
B = 39.71%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F83BF (or 0x9F83BF) is known color: Cold Purple. HEX triplet: 9F, 83 and BF. RGB value is (159,131,191). Sum of RGB (Red+Green+Blue) = 159+131+191=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F83BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83BF is #607C40. Grayscale: #919191. Windows color (decimal): -6323265 or 12551071. OLE color: 12551071.

HSL color Cylindrical-coordinate representation of color #9F83BF: hue angle of 268º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F83BF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 131 191 -
CMYK 0.17 0.31 0 0.25
HSL 268º 0.32% 0.63% -
HSV(B) 268º 0.31% 0.75% -
XYZ 31.82 27.37 52.9 -
YUV 146.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 159 131 191 0.17 0.31 0 0.25 268 0.32 0.63
Hex 9F 83 BF 11 1F 0 19 10C 20 3F
Octal 237 203 277 21 37 0 31 414 40 77
Binary 10011111 10000011 10111111 10001 11111 0 11001 100001100 100000 111111

Color Harmonies of #9F83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F83BF

Black with #9F83BF

Text Example


Text Example

White with #9F83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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