Html Css Color HEX #9918DA Dark Violet

📋 copy color: '#9918DA'

red 153 ◦ green 24 ◦ blue 218

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

Shades of Dark Violet #9918DA

Tints of Dark Violet #9918DA

RGB

 RED value IS 153 (60.16% from 255) = 38.73%

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 38.73%
G = 6.08%
B = 55.19%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9918DA (or 0x9918DA) is known color: Dark Violet. HEX triplet: 99, 18 and DA. RGB value is (153,24,218). Sum of RGB (Red+Green+Blue) = 153+24+218=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #9918DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918DA is #66E725. Grayscale: #545454. Windows color (decimal): -6743846 or 14293145. OLE color: 14293145.

HSL color Cylindrical-coordinate representation of color #9918DA: hue angle of 279.9º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9918DA is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 24 218 -
CMYK 0.30 0.89 0 0.15
HSL 279.9º 0.8% 0.47% -
HSV(B) 279.9º 0.89% 0.85% -
XYZ 26.12 12.49 67.36 -
YUV 84.69 203.24 176.73 -
System Red Green Blue C M Y K H S L
Decimal 153 24 218 0.30 0.89 0 0.15 279.9 0.8 0.47
Hex 99 18 DA 1E 59 0 F 118 50 2F
Octal 231 30 332 36 131 0 17 430 120 57
Binary 10011001 11000 11011010 11110 1011001 0 1111 100011000 1010000 101111

Color Harmonies of #9918DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9918DA

Black with #9918DA

Text Example


Text Example

White with #9918DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9918DA; }

 p { color: rgb(153,24,218); }

 H1.HeaderClassName
 {
   color: #9918DA;
 }
 .AnyTagClassName
 {
   color: #9918DA;
 }
</style>

background-color css

<style>
 a { background-color: #9918DA; }

 a { background-color: rgb(153,24,218); }

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

border-color css

<style>
 span { border-color: #9918DA; }

 span { border-color: rgb(153,24,218); }

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