Html Css Color HEX #9C379F Vivid Violet

📋 copy color: '#9C379F'

red 156 ◦ green 55 ◦ blue 159

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

Shades of Vivid Violet #9C379F

Tints of Vivid Violet #9C379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.97%

R = 42.16%
G = 14.86%
B = 42.97%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C379F (or 0x9C379F) is known color: Vivid Violet. HEX triplet: 9C, 37 and 9F. RGB value is (156,55,159). Sum of RGB (Red+Green+Blue) = 156+55+159=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C379F is #63C860. Grayscale: #606060. Windows color (decimal): -6539361 or 10434460. OLE color: 10434460.

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

Color convert

RGB 156 55 159 -
CMYK 0.02 0.65 0 0.38
HSL 298.27º 0.49% 0.42% -
HSV(B) 298.27º 0.65% 0.62% -
XYZ 21.33 12.3 34.05 -
YUV 97.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 156 55 159 0.02 0.65 0 0.38 298.27 0.49 0.42
Hex 9C 37 9F 2 41 0 26 12A 31 2A
Octal 234 67 237 2 101 0 46 452 61 52
Binary 10011100 110111 10011111 10 1000001 0 100110 100101010 110001 101010

Color Harmonies of #9C379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C379F

Black with #9C379F

Text Example


Text Example

White with #9C379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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