Html Css Color HEX #9D449E Violet Blue

📋 copy color: '#9D449E'

red 157 ◦ green 68 ◦ blue 158

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

Shades of Violet Blue #9D449E

Tints of Violet Blue #9D449E

RGB

 RED value IS 157 (61.72% from 255) = 40.99%

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

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 40.99%
G = 17.75%
B = 41.25%

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

#9D449E (or 0x9D449E) is known color: Violet Blue. HEX triplet: 9D, 44 and 9E. RGB value is (157,68,158). Sum of RGB (Red+Green+Blue) = 157+68+158=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D449E is #62BB61. Grayscale: #686868. Windows color (decimal): -6470498 or 10372253. OLE color: 10372253.

HSL color Cylindrical-coordinate representation of color #9D449E: 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 #9D449E is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 68 158 -
CMYK 0.01 0.57 0 0.38
HSL 299.33º 0.4% 0.44% -
HSV(B) 299.33º 0.57% 0.62% -
XYZ 22.14 13.77 33.84 -
YUV 104.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 157 68 158 0.01 0.57 0 0.38 299.33 0.4 0.44
Hex 9D 44 9E 1 39 0 26 12B 28 2C
Octal 235 104 236 1 71 0 46 453 50 54
Binary 10011101 1000100 10011110 1 111001 0 100110 100101011 101000 101100

Color Harmonies of #9D449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D449E

Black with #9D449E

Text Example


Text Example

White with #9D449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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