Html Css Color HEX #9917DE Dark Violet

📋 copy color: '#9917DE'

red 153 ◦ green 23 ◦ blue 222

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

Shades of Dark Violet #9917DE

Tints of Dark Violet #9917DE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.78%

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

R = 38.44%
G = 5.78%
B = 55.78%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9917DE (or 0x9917DE) is known color: Dark Violet. HEX triplet: 99, 17 and DE. RGB value is (153,23,222). Sum of RGB (Red+Green+Blue) = 153+23+222=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #9917DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9917DE is #66E821. Grayscale: #535353. Windows color (decimal): -6744098 or 14555033. OLE color: 14555033.

HSL color Cylindrical-coordinate representation of color #9917DE: hue angle of 279.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9917DE is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 23 222 -
CMYK 0.31 0.90 0 0.13
HSL 279.2º 0.81% 0.48% -
HSV(B) 279.2º 0.9% 0.87% -
XYZ 26.63 12.66 70.15 -
YUV 84.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 153 23 222 0.31 0.90 0 0.13 279.2 0.81 0.48
Hex 99 17 DE 1F 5A 0 D 117 51 30
Octal 231 27 336 37 132 0 15 427 121 60
Binary 10011001 10111 11011110 11111 1011010 0 1101 100010111 1010001 110000

Color Harmonies of #9917DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9917DE

Black with #9917DE

Text Example


Text Example

White with #9917DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9917DE; }

 p { color: rgb(153,23,222); }

 H1.HeaderClassName
 {
   color: #9917DE;
 }
 .AnyTagClassName
 {
   color: #9917DE;
 }
</style>

background-color css

<style>
 a { background-color: #9917DE; }

 a { background-color: rgb(153,23,222); }

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

border-color css

<style>
 span { border-color: #9917DE; }

 span { border-color: rgb(153,23,222); }

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