Html Css Color HEX #9C379E Vivid Violet

📋 copy color: '#9C379E'

red 156 ◦ green 55 ◦ blue 158

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

Shades of Vivid Violet #9C379E

Tints of Vivid Violet #9C379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.91%

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

R = 42.28%
G = 14.91%
B = 42.82%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C379E (or 0x9C379E) is known color: Vivid Violet. HEX triplet: 9C, 37 and 9E. RGB value is (156,55,158). Sum of RGB (Red+Green+Blue) = 156+55+158=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C379E is #63C861. Grayscale: #606060. Windows color (decimal): -6539362 or 10368924. OLE color: 10368924.

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

Color convert

RGB 156 55 158 -
CMYK 0.01 0.65 0 0.38
HSL 298.84º 0.48% 0.42% -
HSV(B) 298.84º 0.65% 0.62% -
XYZ 21.25 12.27 33.6 -
YUV 96.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 156 55 158 0.01 0.65 0 0.38 298.84 0.48 0.42
Hex 9C 37 9E 1 41 0 26 12B 30 2A
Octal 234 67 236 1 101 0 46 453 60 52
Binary 10011100 110111 10011110 1 1000001 0 100110 100101011 110000 101010

Color Harmonies of #9C379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C379E

Black with #9C379E

Text Example


Text Example

White with #9C379E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,55,158); }

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

background-color css

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

 a { background-color: rgb(156,55,158); }

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

border-color css

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

 span { border-color: rgb(156,55,158); }

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