Html Css Color HEX #9D18CF Dark Violet

📋 copy color: '#9D18CF'

red 157 ◦ green 24 ◦ blue 207

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

Shades of Dark Violet #9D18CF

Tints of Dark Violet #9D18CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 40.46%
G = 6.19%
B = 53.35%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D18CF (or 0x9D18CF) is known color: Dark Violet. HEX triplet: 9D, 18 and CF. RGB value is (157,24,207). Sum of RGB (Red+Green+Blue) = 157+24+207=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D18CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D18CF is #62E730. Grayscale: #545454. Windows color (decimal): -6481713 or 13572253. OLE color: 13572253.

HSL color Cylindrical-coordinate representation of color #9D18CF: hue angle of 283.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D18CF is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 24 207 -
CMYK 0.24 0.88 0 0.19
HSL 283.61º 0.79% 0.45% -
HSV(B) 283.61º 0.88% 0.81% -
XYZ 25.49 12.33 60.07 -
YUV 84.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 157 24 207 0.24 0.88 0 0.19 283.61 0.79 0.45
Hex 9D 18 CF 18 58 0 13 11C 4F 2D
Octal 235 30 317 30 130 0 23 434 117 55
Binary 10011101 11000 11001111 11000 1011000 0 10011 100011100 1001111 101101

Color Harmonies of #9D18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D18CF

Black with #9D18CF

Text Example


Text Example

White with #9D18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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