Html Css Color HEX #9D389D Vivid Violet

📋 copy color: '#9D389D'

red 157 ◦ green 56 ◦ blue 157

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

Shades of Vivid Violet #9D389D

Tints of Vivid Violet #9D389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.14%

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 42.43%
G = 15.14%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D389D (or 0x9D389D) is known color: Vivid Violet. HEX triplet: 9D, 38 and 9D. RGB value is (157,56,157). Sum of RGB (Red+Green+Blue) = 157+56+157=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D389D is #62C762. Grayscale: #616161. Windows color (decimal): -6473571 or 10303645. OLE color: 10303645.

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

Color convert

RGB 157 56 157 -
CMYK 0 0.64 0 0.38
HSL 300º 0.47% 0.42% -
HSV(B) 300º 0.64% 0.62% -
XYZ 21.4 12.43 33.17 -
YUV 97.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 157 56 157 0 0.64 0 0.38 300 0.47 0.42
Hex 9D 38 9D 0 40 0 26 12C 2F 2A
Octal 235 70 235 0 100 0 46 454 57 52
Binary 10011101 111000 10011101 0 1000000 0 100110 100101100 101111 101010

Color Harmonies of #9D389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D389D

Black with #9D389D

Text Example


Text Example

White with #9D389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,56,157); }

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

background-color css

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

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

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

border-color css

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

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

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