Html Css Color HEX #9D438D Violet Blue

📋 copy color: '#9D438D'

red 157 ◦ green 67 ◦ blue 141

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

Shades of Violet Blue #9D438D

Tints of Violet Blue #9D438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 43.01%
G = 18.36%
B = 38.63%

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

#9D438D (or 0x9D438D) is known color: Violet Blue. HEX triplet: 9D, 43 and 8D. RGB value is (157,67,141). Sum of RGB (Red+Green+Blue) = 157+67+141=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D438D is #62BC72. Grayscale: #666666. Windows color (decimal): -6470771 or 9257885. OLE color: 9257885.

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

Color convert

RGB 157 67 141 -
CMYK 0 0.57 0.10 0.38
HSL 310.67º 0.4% 0.44% -
HSV(B) 310.67º 0.57% 0.62% -
XYZ 20.72 13.11 26.64 -
YUV 102.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 157 67 141 0 0.57 0.10 0.38 310.67 0.4 0.44
Hex 9D 43 8D 0 39 A 26 137 28 2C
Octal 235 103 215 0 71 12 46 467 50 54
Binary 10011101 1000011 10001101 0 111001 1010 100110 100110111 101000 101100

Color Harmonies of #9D438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D438D

Black with #9D438D

Text Example


Text Example

White with #9D438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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