Html Css Color HEX #9F2693 Dark Purple

📋 copy color: '#9F2693'

red 159 ◦ green 38 ◦ blue 147

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

Shades of Dark Purple #9F2693

Tints of Dark Purple #9F2693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 46.22%
G = 11.05%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F2693 (or 0x9F2693) is known color: Dark Purple. HEX triplet: 9F, 26 and 93. RGB value is (159,38,147). Sum of RGB (Red+Green+Blue) = 159+38+147=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2693 is #60D96C. Grayscale: #565656. Windows color (decimal): -6347117 or 9643679. OLE color: 9643679.

HSL color Cylindrical-coordinate representation of color #9F2693: hue angle of 305.95º 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 #9F2693 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 38 147 -
CMYK 0 0.76 0.08 0.38
HSL 305.95º 0.61% 0.39% -
HSV(B) 305.95º 0.76% 0.62% -
XYZ 20.26 10.86 28.63 -
YUV 86.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 159 38 147 0 0.76 0.08 0.38 305.95 0.61 0.39
Hex 9F 26 93 0 4C 8 26 132 3D 27
Octal 237 46 223 0 114 10 46 462 75 47
Binary 10011111 100110 10010011 0 1001100 1000 100110 100110010 111101 100111

Color Harmonies of #9F2693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2693

Black with #9F2693

Text Example


Text Example

White with #9F2693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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