Html Css Color HEX #9917C4 Dark Violet

📋 copy color: '#9917C4'

red 153 ◦ green 23 ◦ blue 196

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

Shades of Dark Violet #9917C4

Tints of Dark Violet #9917C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 52.69%

R = 41.13%
G = 6.18%
B = 52.69%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9917C4 (or 0x9917C4) is known color: Dark Violet. HEX triplet: 99, 17 and C4. RGB value is (153,23,196). Sum of RGB (Red+Green+Blue) = 153+23+196=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #9917C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9917C4 is #66E83B. Grayscale: #515151. Windows color (decimal): -6744124 or 12851097. OLE color: 12851097.

HSL color Cylindrical-coordinate representation of color #9917C4: hue angle of 285.09º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9917C4 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 23 196 -
CMYK 0.22 0.88 0 0.23
HSL 285.09º 0.79% 0.43% -
HSV(B) 285.09º 0.88% 0.77% -
XYZ 23.41 11.37 53.19 -
YUV 81.59 192.57 178.93 -
System Red Green Blue C M Y K H S L
Decimal 153 23 196 0.22 0.88 0 0.23 285.09 0.79 0.43
Hex 99 17 C4 16 58 0 17 11D 4F 2B
Octal 231 27 304 26 130 0 27 435 117 53
Binary 10011001 10111 11000100 10110 1011000 0 10111 100011101 1001111 101011

Color Harmonies of #9917C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9917C4

Black with #9917C4

Text Example


Text Example

White with #9917C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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