Html Css Color HEX #9C449D Violet Blue

📋 copy color: '#9C449D'

red 156 ◦ green 68 ◦ blue 157

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

Shades of Violet Blue #9C449D

Tints of Violet Blue #9C449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 40.94%
G = 17.85%
B = 41.21%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C449D (or 0x9C449D) is known color: Violet Blue. HEX triplet: 9C, 44 and 9D. RGB value is (156,68,157). Sum of RGB (Red+Green+Blue) = 156+68+157=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C449D is #63BB62. Grayscale: #686868. Windows color (decimal): -6536035 or 10306716. OLE color: 10306716.

HSL color Cylindrical-coordinate representation of color #9C449D: hue angle of 299.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C449D is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 68 157 -
CMYK 0.01 0.57 0 0.38
HSL 299.33º 0.4% 0.44% -
HSV(B) 299.33º 0.57% 0.62% -
XYZ 21.86 13.64 33.38 -
YUV 104.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 156 68 157 0.01 0.57 0 0.38 299.33 0.4 0.44
Hex 9C 44 9D 1 39 0 26 12B 28 2C
Octal 234 104 235 1 71 0 46 453 50 54
Binary 10011100 1000100 10011101 1 111001 0 100110 100101011 101000 101100

Color Harmonies of #9C449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C449D

Black with #9C449D

Text Example


Text Example

White with #9C449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,68,157); }

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

background-color css

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

 a { background-color: rgb(156,68,157); }

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

border-color css

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

 span { border-color: rgb(156,68,157); }

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