Html Css Color HEX #9C3595 Vivid Violet

📋 copy color: '#9C3595'

red 156 ◦ green 53 ◦ blue 149

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

Shades of Vivid Violet #9C3595

Tints of Vivid Violet #9C3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 43.58%
G = 14.8%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C3595 (or 0x9C3595) is known color: Vivid Violet. HEX triplet: 9C, 35 and 95. RGB value is (156,53,149). Sum of RGB (Red+Green+Blue) = 156+53+149=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3595 is #63CA6A. Grayscale: #5E5E5E. Windows color (decimal): -6539883 or 9778588. OLE color: 9778588.

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

Color convert

RGB 156 53 149 -
CMYK 0 0.66 0.04 0.39
HSL 304.08º 0.49% 0.41% -
HSV(B) 304.08º 0.66% 0.61% -
XYZ 20.41 11.78 29.63 -
YUV 94.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 156 53 149 0 0.66 0.04 0.39 304.08 0.49 0.41
Hex 9C 35 95 0 42 4 27 130 31 29
Octal 234 65 225 0 102 4 47 460 61 51
Binary 10011100 110101 10010101 0 1000010 100 100111 100110000 110001 101001

Color Harmonies of #9C3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3595

Black with #9C3595

Text Example


Text Example

White with #9C3595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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