Html Css Color HEX #9C2995 Vivid Violet

📋 copy color: '#9C2995'

red 156 ◦ green 41 ◦ blue 149

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

Shades of Vivid Violet #9C2995

Tints of Vivid Violet #9C2995

RGB

 RED value IS 156 (61.33% from 255) = 45.09%

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

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 45.09%
G = 11.85%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C2995 (or 0x9C2995) is known color: Vivid Violet. HEX triplet: 9C, 29 and 95. RGB value is (156,41,149). Sum of RGB (Red+Green+Blue) = 156+41+149=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2995 is #63D66A. Grayscale: #575757. Windows color (decimal): -6542955 or 9775516. OLE color: 9775516.

HSL color Cylindrical-coordinate representation of color #9C2995: hue angle of 303.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2995 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 41 149 -
CMYK 0 0.74 0.04 0.39
HSL 303.65º 0.58% 0.39% -
HSV(B) 303.65º 0.74% 0.61% -
XYZ 19.93 10.82 29.47 -
YUV 87.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 156 41 149 0 0.74 0.04 0.39 303.65 0.58 0.39
Hex 9C 29 95 0 4A 4 27 130 3A 27
Octal 234 51 225 0 112 4 47 460 72 47
Binary 10011100 101001 10010101 0 1001010 100 100111 100110000 111010 100111

Color Harmonies of #9C2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2995

Black with #9C2995

Text Example


Text Example

White with #9C2995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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