Html Css Color HEX #9C3096 Vivid Violet

📋 copy color: '#9C3096'

red 156 ◦ green 48 ◦ blue 150

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

Shades of Vivid Violet #9C3096

Tints of Vivid Violet #9C3096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 44.07%
G = 13.56%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C3096 (or 0x9C3096) is known color: Vivid Violet. HEX triplet: 9C, 30 and 96. RGB value is (156,48,150). Sum of RGB (Red+Green+Blue) = 156+48+150=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3096 is #63CF69. Grayscale: #5B5B5B. Windows color (decimal): -6541162 or 9842844. OLE color: 9842844.

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

Color convert

RGB 156 48 150 -
CMYK 0 0.69 0.04 0.39
HSL 303.33º 0.53% 0.4% -
HSV(B) 303.33º 0.69% 0.61% -
XYZ 20.27 11.38 29.98 -
YUV 91.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 156 48 150 0 0.69 0.04 0.39 303.33 0.53 0.4
Hex 9C 30 96 0 45 4 27 12F 35 28
Octal 234 60 226 0 105 4 47 457 65 50
Binary 10011100 110000 10010110 0 1000101 100 100111 100101111 110101 101000

Color Harmonies of #9C3096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3096

Black with #9C3096

Text Example


Text Example

White with #9C3096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,48,150); }

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

background-color css

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

 a { background-color: rgb(156,48,150); }

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

border-color css

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

 span { border-color: rgb(156,48,150); }

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