Html Css Color HEX #9D18DE Dark Violet

📋 copy color: '#9D18DE'

red 157 ◦ green 24 ◦ blue 222

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

Shades of Dark Violet #9D18DE

Tints of Dark Violet #9D18DE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 38.96%
G = 5.96%
B = 55.09%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D18DE (or 0x9D18DE) is known color: Dark Violet. HEX triplet: 9D, 18 and DE. RGB value is (157,24,222). Sum of RGB (Red+Green+Blue) = 157+24+222=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D18DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D18DE is #62E721. Grayscale: #555555. Windows color (decimal): -6481698 or 14555293. OLE color: 14555293.

HSL color Cylindrical-coordinate representation of color #9D18DE: hue angle of 280.3º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D18DE is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 24 222 -
CMYK 0.29 0.89 0 0.13
HSL 280.3º 0.8% 0.48% -
HSV(B) 280.3º 0.89% 0.87% -
XYZ 27.42 13.1 70.19 -
YUV 86.34 204.56 178.4 -
System Red Green Blue C M Y K H S L
Decimal 157 24 222 0.29 0.89 0 0.13 280.3 0.8 0.48
Hex 9D 18 DE 1D 59 0 D 118 50 30
Octal 235 30 336 35 131 0 15 430 120 60
Binary 10011101 11000 11011110 11101 1011001 0 1101 100011000 1010000 110000

Color Harmonies of #9D18DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D18DE

Black with #9D18DE

Text Example


Text Example

White with #9D18DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,24,222); }

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

background-color css

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

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

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

border-color css

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

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

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