Html Css Color HEX #9C518E Violet Blue

📋 copy color: '#9C518E'

red 156 ◦ green 81 ◦ blue 142

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

Shades of Violet Blue #9C518E

Tints of Violet Blue #9C518E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.37%

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 41.16%
G = 21.37%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C518E (or 0x9C518E) is known color: Violet Blue. HEX triplet: 9C, 51 and 8E. RGB value is (156,81,142). Sum of RGB (Red+Green+Blue) = 156+81+142=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C518E is #63AE71. Grayscale: #6E6E6E. Windows color (decimal): -6532722 or 9327004. OLE color: 9327004.

HSL color Cylindrical-coordinate representation of color #9C518E: hue angle of 311.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C518E is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 81 142 -
CMYK 0 0.48 0.09 0.39
HSL 311.2º 0.32% 0.46% -
HSV(B) 311.2º 0.48% 0.61% -
XYZ 21.54 14.91 27.33 -
YUV 110.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 156 81 142 0 0.48 0.09 0.39 311.2 0.32 0.46
Hex 9C 51 8E 0 30 9 27 137 20 2E
Octal 234 121 216 0 60 11 47 467 40 56
Binary 10011100 1010001 10001110 0 110000 1001 100111 100110111 100000 101110

Color Harmonies of #9C518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C518E

Black with #9C518E

Text Example


Text Example

White with #9C518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,81,142); }

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

background-color css

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

 a { background-color: rgb(156,81,142); }

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

border-color css

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

 span { border-color: rgb(156,81,142); }

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