Html Css Color HEX #9C398E Vivid Violet

📋 copy color: '#9C398E'

red 156 ◦ green 57 ◦ blue 142

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

Shades of Vivid Violet #9C398E

Tints of Vivid Violet #9C398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

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

R = 43.94%
G = 16.06%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C398E (or 0x9C398E) is known color: Vivid Violet. HEX triplet: 9C, 39 and 8E. RGB value is (156,57,142). Sum of RGB (Red+Green+Blue) = 156+57+142=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C398E is #63C671. Grayscale: #606060. Windows color (decimal): -6538866 or 9320860. OLE color: 9320860.

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

Color convert

RGB 156 57 142 -
CMYK 0 0.63 0.09 0.39
HSL 308.48º 0.46% 0.42% -
HSV(B) 308.48º 0.63% 0.61% -
XYZ 20.06 11.95 26.84 -
YUV 96.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 156 57 142 0 0.63 0.09 0.39 308.48 0.46 0.42
Hex 9C 39 8E 0 3F 9 27 134 2E 2A
Octal 234 71 216 0 77 11 47 464 56 52
Binary 10011100 111001 10001110 0 111111 1001 100111 100110100 101110 101010

Color Harmonies of #9C398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C398E

Black with #9C398E

Text Example


Text Example

White with #9C398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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