Html Css Color HEX #9F299C Vivid Violet

📋 copy color: '#9F299C'

red 159 ◦ green 41 ◦ blue 156

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

Shades of Vivid Violet #9F299C

Tints of Vivid Violet #9F299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 44.66%
G = 11.52%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F299C (or 0x9F299C) is known color: Vivid Violet. HEX triplet: 9F, 29 and 9C. RGB value is (159,41,156). Sum of RGB (Red+Green+Blue) = 159+41+156=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F299C is #60D663. Grayscale: #595959. Windows color (decimal): -6346340 or 10234271. OLE color: 10234271.

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

Color convert

RGB 159 41 156 -
CMYK 0 0.74 0.02 0.38
HSL 301.53º 0.59% 0.39% -
HSV(B) 301.53º 0.74% 0.62% -
XYZ 21.09 11.36 32.53 -
YUV 89.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 159 41 156 0 0.74 0.02 0.38 301.53 0.59 0.39
Hex 9F 29 9C 0 4A 2 26 12E 3B 27
Octal 237 51 234 0 112 2 46 456 73 47
Binary 10011111 101001 10011100 0 1001010 10 100110 100101110 111011 100111

Color Harmonies of #9F299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F299C

Black with #9F299C

Text Example


Text Example

White with #9F299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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