Html Css Color HEX #9F258F Dark Purple

📋 copy color: '#9F258F'

red 159 ◦ green 37 ◦ blue 143

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

Shades of Dark Purple #9F258F

Tints of Dark Purple #9F258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 46.9%
G = 10.91%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F258F (or 0x9F258F) is known color: Dark Purple. HEX triplet: 9F, 25 and 8F. RGB value is (159,37,143). Sum of RGB (Red+Green+Blue) = 159+37+143=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F258F is #60DA70. Grayscale: #555555. Windows color (decimal): -6347377 or 9381279. OLE color: 9381279.

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

Color convert

RGB 159 37 143 -
CMYK 0 0.77 0.10 0.38
HSL 307.87º 0.62% 0.38% -
HSV(B) 307.87º 0.77% 0.62% -
XYZ 19.92 10.68 27 -
YUV 85.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 159 37 143 0 0.77 0.10 0.38 307.87 0.62 0.38
Hex 9F 25 8F 0 4D A 26 134 3E 26
Octal 237 45 217 0 115 12 46 464 76 46
Binary 10011111 100101 10001111 0 1001101 1010 100110 100110100 111110 100110

Color Harmonies of #9F258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F258F

Black with #9F258F

Text Example


Text Example

White with #9F258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,143); }

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

background-color css

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

 a { background-color: rgb(159,37,143); }

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

border-color css

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

 span { border-color: rgb(159,37,143); }

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