Html Css Color HEX #9D3A98 Vivid Violet

📋 copy color: '#9D3A98'

red 157 ◦ green 58 ◦ blue 152

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

Shades of Vivid Violet #9D3A98

Tints of Vivid Violet #9D3A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.8%

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 42.78%
G = 15.8%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D3A98 (or 0x9D3A98) is known color: Vivid Violet. HEX triplet: 9D, 3A and 98. RGB value is (157,58,152). Sum of RGB (Red+Green+Blue) = 157+58+152=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3A98 is #62C567. Grayscale: #626262. Windows color (decimal): -6473064 or 9976477. OLE color: 9976477.

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

Color convert

RGB 157 58 152 -
CMYK 0 0.63 0.03 0.38
HSL 303.03º 0.46% 0.42% -
HSV(B) 303.03º 0.63% 0.62% -
XYZ 21.09 12.46 31 -
YUV 98.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 157 58 152 0 0.63 0.03 0.38 303.03 0.46 0.42
Hex 9D 3A 98 0 3F 3 26 12F 2E 2A
Octal 235 72 230 0 77 3 46 457 56 52
Binary 10011101 111010 10011000 0 111111 11 100110 100101111 101110 101010

Color Harmonies of #9D3A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3A98

Black with #9D3A98

Text Example


Text Example

White with #9D3A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,58,152); }

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

background-color css

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

 a { background-color: rgb(157,58,152); }

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

border-color css

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

 span { border-color: rgb(157,58,152); }

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