Html Css Color HEX #9D14BE Dark Violet

📋 copy color: '#9D14BE'

red 157 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #9D14BE

Tints of Dark Violet #9D14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 42.78%
G = 5.45%
B = 51.77%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D14BE (or 0x9D14BE) is known color: Dark Violet. HEX triplet: 9D, 14 and BE. RGB value is (157,20,190). Sum of RGB (Red+Green+Blue) = 157+20+190=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D14BE is #62EB41. Grayscale: #4F4F4F. Windows color (decimal): -6482754 or 12457117. OLE color: 12457117.

HSL color Cylindrical-coordinate representation of color #9D14BE: hue angle of 288.35º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D14BE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 20 190 -
CMYK 0.17 0.89 0 0.25
HSL 288.35º 0.81% 0.41% -
HSV(B) 288.35º 0.89% 0.75% -
XYZ 23.45 11.39 49.68 -
YUV 80.34 189.89 182.68 -
System Red Green Blue C M Y K H S L
Decimal 157 20 190 0.17 0.89 0 0.25 288.35 0.81 0.41
Hex 9D 14 BE 11 59 0 19 120 51 29
Octal 235 24 276 21 131 0 31 440 121 51
Binary 10011101 10100 10111110 10001 1011001 0 11001 100100000 1010001 101001

Color Harmonies of #9D14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D14BE

Black with #9D14BE

Text Example


Text Example

White with #9D14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,20,190); }

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

background-color css

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

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

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

border-color css

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

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

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