Html Css Color HEX #9D438E Violet Blue

📋 copy color: '#9D438E'

red 157 ◦ green 67 ◦ blue 142

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

Shades of Violet Blue #9D438E

Tints of Violet Blue #9D438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.31%

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

R = 42.9%
G = 18.31%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D438E (or 0x9D438E) is known color: Violet Blue. HEX triplet: 9D, 43 and 8E. RGB value is (157,67,142). Sum of RGB (Red+Green+Blue) = 157+67+142=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D438E is #62BC71. Grayscale: #666666. Windows color (decimal): -6470770 or 9323421. OLE color: 9323421.

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

Color convert

RGB 157 67 142 -
CMYK 0 0.57 0.10 0.38
HSL 310º 0.4% 0.44% -
HSV(B) 310º 0.57% 0.62% -
XYZ 20.79 13.14 27.03 -
YUV 102.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 157 67 142 0 0.57 0.10 0.38 310 0.4 0.44
Hex 9D 43 8E 0 39 A 26 136 28 2C
Octal 235 103 216 0 71 12 46 466 50 54
Binary 10011101 1000011 10001110 0 111001 1010 100110 100110110 101000 101100

Color Harmonies of #9D438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D438E

Black with #9D438E

Text Example


Text Example

White with #9D438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,67,142); }

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

background-color css

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

 a { background-color: rgb(157,67,142); }

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

border-color css

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

 span { border-color: rgb(157,67,142); }

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