Html Css Color HEX #9F2683 Dark Purple

📋 copy color: '#9F2683'

red 159 ◦ green 38 ◦ blue 131

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

Shades of Dark Purple #9F2683

Tints of Dark Purple #9F2683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 48.48%
G = 11.59%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F2683 (or 0x9F2683) is known color: Dark Purple. HEX triplet: 9F, 26 and 83. RGB value is (159,38,131). Sum of RGB (Red+Green+Blue) = 159+38+131=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2683 is #60D97C. Grayscale: #545454. Windows color (decimal): -6347133 or 8595103. OLE color: 8595103.

HSL color Cylindrical-coordinate representation of color #9F2683: hue angle of 313.88º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2683 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 38 131 -
CMYK 0 0.76 0.18 0.38
HSL 313.88º 0.61% 0.39% -
HSV(B) 313.88º 0.76% 0.62% -
XYZ 19.09 10.4 22.47 -
YUV 84.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 159 38 131 0 0.76 0.18 0.38 313.88 0.61 0.39
Hex 9F 26 83 0 4C 12 26 13A 3D 27
Octal 237 46 203 0 114 22 46 472 75 47
Binary 10011111 100110 10000011 0 1001100 10010 100110 100111010 111101 100111

Color Harmonies of #9F2683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2683

Black with #9F2683

Text Example


Text Example

White with #9F2683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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