Html Css Color HEX #9C498E Violet Blue

📋 copy color: '#9C498E'

red 156 ◦ green 73 ◦ blue 142

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

Shades of Violet Blue #9C498E

Tints of Violet Blue #9C498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

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

R = 42.05%
G = 19.68%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C498E (or 0x9C498E) is known color: Violet Blue. HEX triplet: 9C, 49 and 8E. RGB value is (156,73,142). Sum of RGB (Red+Green+Blue) = 156+73+142=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C498E is #63B671. Grayscale: #696969. Windows color (decimal): -6534770 or 9324956. OLE color: 9324956.

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

Color convert

RGB 156 73 142 -
CMYK 0 0.53 0.09 0.39
HSL 310.12º 0.36% 0.45% -
HSV(B) 310.12º 0.53% 0.61% -
XYZ 20.98 13.79 27.15 -
YUV 105.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 156 73 142 0 0.53 0.09 0.39 310.12 0.36 0.45
Hex 9C 49 8E 0 35 9 27 136 24 2D
Octal 234 111 216 0 65 11 47 466 44 55
Binary 10011100 1001001 10001110 0 110101 1001 100111 100110110 100100 101101

Color Harmonies of #9C498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C498E

Black with #9C498E

Text Example


Text Example

White with #9C498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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