Html Css Color HEX #9C3390 Vivid Violet

📋 copy color: '#9C3390'

red 156 ◦ green 51 ◦ blue 144

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

Shades of Vivid Violet #9C3390

Tints of Vivid Violet #9C3390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.53%

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 44.44%
G = 14.53%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C3390 (or 0x9C3390) is known color: Vivid Violet. HEX triplet: 9C, 33 and 90. RGB value is (156,51,144). Sum of RGB (Red+Green+Blue) = 156+51+144=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3390 is #63CC6F. Grayscale: #5C5C5C. Windows color (decimal): -6540400 or 9450396. OLE color: 9450396.

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

Color convert

RGB 156 51 144 -
CMYK 0 0.67 0.08 0.39
HSL 306.86º 0.51% 0.41% -
HSV(B) 306.86º 0.67% 0.61% -
XYZ 19.93 11.45 27.55 -
YUV 93 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 156 51 144 0 0.67 0.08 0.39 306.86 0.51 0.41
Hex 9C 33 90 0 43 8 27 133 33 29
Octal 234 63 220 0 103 10 47 463 63 51
Binary 10011100 110011 10010000 0 1000011 1000 100111 100110011 110011 101001

Color Harmonies of #9C3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3390

Black with #9C3390

Text Example


Text Example

White with #9C3390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,144); }

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

background-color css

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

 a { background-color: rgb(156,51,144); }

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

border-color css

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

 span { border-color: rgb(156,51,144); }

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