Html Css Color HEX #9D3E99 Violet Blue

📋 copy color: '#9D3E99'

red 157 ◦ green 62 ◦ blue 153

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

Shades of Violet Blue #9D3E99

Tints of Violet Blue #9D3E99

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.67%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 42.2%
G = 16.67%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D3E99 (or 0x9D3E99) is known color: Violet Blue. HEX triplet: 9D, 3E and 99. RGB value is (157,62,153). Sum of RGB (Red+Green+Blue) = 157+62+153=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3E99 is #62C166. Grayscale: #646464. Windows color (decimal): -6472039 or 10043037. OLE color: 10043037.

HSL color Cylindrical-coordinate representation of color #9D3E99: hue angle of 302.53º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D3E99 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 62 153 -
CMYK 0 0.61 0.03 0.38
HSL 302.53º 0.43% 0.43% -
HSV(B) 302.53º 0.61% 0.62% -
XYZ 21.38 12.91 31.5 -
YUV 100.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 157 62 153 0 0.61 0.03 0.38 302.53 0.43 0.43
Hex 9D 3E 99 0 3D 3 26 12F 2B 2B
Octal 235 76 231 0 75 3 46 457 53 53
Binary 10011101 111110 10011001 0 111101 11 100110 100101111 101011 101011

Color Harmonies of #9D3E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3E99

Black with #9D3E99

Text Example


Text Example

White with #9D3E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,62,153); }

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

background-color css

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

 a { background-color: rgb(157,62,153); }

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

border-color css

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

 span { border-color: rgb(157,62,153); }

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