Html Css Color HEX #9F299E Vivid Violet

📋 copy color: '#9F299E'

red 159 ◦ green 41 ◦ blue 158

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

Shades of Vivid Violet #9F299E

Tints of Vivid Violet #9F299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

 BLUE value IS 158 (62.11% from 255) = 44.13%

R = 44.41%
G = 11.45%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F299E (or 0x9F299E) is known color: Vivid Violet. HEX triplet: 9F, 29 and 9E. RGB value is (159,41,158). Sum of RGB (Red+Green+Blue) = 159+41+158=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F299E is #60D661. Grayscale: #595959. Windows color (decimal): -6346338 or 10365343. OLE color: 10365343.

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

Color convert

RGB 159 41 158 -
CMYK 0 0.74 0.01 0.38
HSL 300.51º 0.59% 0.39% -
HSV(B) 300.51º 0.74% 0.62% -
XYZ 21.26 11.43 33.43 -
YUV 89.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 159 41 158 0 0.74 0.01 0.38 300.51 0.59 0.39
Hex 9F 29 9E 0 4A 1 26 12D 3B 27
Octal 237 51 236 0 112 1 46 455 73 47
Binary 10011111 101001 10011110 0 1001010 1 100110 100101101 111011 100111

Color Harmonies of #9F299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F299E

Black with #9F299E

Text Example


Text Example

White with #9F299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,41,158); }

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

background-color css

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

 a { background-color: rgb(159,41,158); }

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

border-color css

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

 span { border-color: rgb(159,41,158); }

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