Html Css Color HEX #9C4D9E Violet Blue

📋 copy color: '#9C4D9E'

red 156 ◦ green 77 ◦ blue 158

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

Shades of Violet Blue #9C4D9E

Tints of Violet Blue #9C4D9E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.69%

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

R = 39.9%
G = 19.69%
B = 40.41%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C4D9E (or 0x9C4D9E) is known color: Violet Blue. HEX triplet: 9C, 4D and 9E. RGB value is (156,77,158). Sum of RGB (Red+Green+Blue) = 156+77+158=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C4D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4D9E is #63B261. Grayscale: #6D6D6D. Windows color (decimal): -6533730 or 10374556. OLE color: 10374556.

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

Color convert

RGB 156 77 158 -
CMYK 0.01 0.51 0 0.38
HSL 298.52º 0.34% 0.46% -
HSV(B) 298.52º 0.51% 0.62% -
XYZ 22.54 14.84 34.03 -
YUV 109.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 156 77 158 0.01 0.51 0 0.38 298.52 0.34 0.46
Hex 9C 4D 9E 1 33 0 26 12B 22 2E
Octal 234 115 236 1 63 0 46 453 42 56
Binary 10011100 1001101 10011110 1 110011 0 100110 100101011 100010 101110

Color Harmonies of #9C4D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4D9E

Black with #9C4D9E

Text Example


Text Example

White with #9C4D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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