Html Css Color HEX #9C5D8E Violet Blue

📋 copy color: '#9C5D8E'

red 156 ◦ green 93 ◦ blue 142

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

Shades of Violet Blue #9C5D8E

Tints of Violet Blue #9C5D8E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.79%

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

R = 39.9%
G = 23.79%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C5D8E (or 0x9C5D8E) is known color: Violet Blue. HEX triplet: 9C, 5D and 8E. RGB value is (156,93,142). Sum of RGB (Red+Green+Blue) = 156+93+142=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5D8E is #63A271. Grayscale: #757575. Windows color (decimal): -6529650 or 9330076. OLE color: 9330076.

HSL color Cylindrical-coordinate representation of color #9C5D8E: hue angle of 313.33º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5D8E is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 93 142 -
CMYK 0 0.40 0.09 0.39
HSL 313.33º 0.25% 0.49% -
HSV(B) 313.33º 0.4% 0.61% -
XYZ 22.51 16.85 27.66 -
YUV 117.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 156 93 142 0 0.40 0.09 0.39 313.33 0.25 0.49
Hex 9C 5D 8E 0 28 9 27 139 19 31
Octal 234 135 216 0 50 11 47 471 31 61
Binary 10011100 1011101 10001110 0 101000 1001 100111 100111001 11001 110001

Color Harmonies of #9C5D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5D8E

Black with #9C5D8E

Text Example


Text Example

White with #9C5D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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