Html Css Color HEX #9C4290 Violet Blue

📋 copy color: '#9C4290'

red 156 ◦ green 66 ◦ blue 144

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

Shades of Violet Blue #9C4290

Tints of Violet Blue #9C4290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 42.62%
G = 18.03%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C4290 (or 0x9C4290) is known color: Violet Blue. HEX triplet: 9C, 42 and 90. RGB value is (156,66,144). Sum of RGB (Red+Green+Blue) = 156+66+144=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4290 is #63BD6F. Grayscale: #656565. Windows color (decimal): -6536560 or 9454236. OLE color: 9454236.

HSL color Cylindrical-coordinate representation of color #9C4290: hue angle of 308º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4290 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 66 144 -
CMYK 0 0.58 0.08 0.39
HSL 308º 0.41% 0.44% -
HSV(B) 308º 0.58% 0.61% -
XYZ 20.69 12.98 27.8 -
YUV 101.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 156 66 144 0 0.58 0.08 0.39 308 0.41 0.44
Hex 9C 42 90 0 3A 8 27 134 29 2C
Octal 234 102 220 0 72 10 47 464 51 54
Binary 10011100 1000010 10010000 0 111010 1000 100111 100110100 101001 101100

Color Harmonies of #9C4290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4290

Black with #9C4290

Text Example


Text Example

White with #9C4290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,66,144); }

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

background-color css

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

 a { background-color: rgb(156,66,144); }

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

border-color css

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

 span { border-color: rgb(156,66,144); }

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