Html Css Color HEX #9817DC Dark Violet

📋 copy color: '#9817DC'

red 152 ◦ green 23 ◦ blue 220

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

Shades of Dark Violet #9817DC

Tints of Dark Violet #9817DC

RGB

 RED value IS 152 (59.77% from 255) = 38.48%

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

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 38.48%
G = 5.82%
B = 55.7%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9817DC (or 0x9817DC) is known color: Dark Violet. HEX triplet: 98, 17 and DC. RGB value is (152,23,220). Sum of RGB (Red+Green+Blue) = 152+23+220=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #9817DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9817DC is #67E823. Grayscale: #535353. Windows color (decimal): -6809636 or 14423960. OLE color: 14423960.

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

Color convert

RGB 152 23 220 -
CMYK 0.31 0.90 0 0.14
HSL 279.29º 0.81% 0.48% -
HSV(B) 279.29º 0.9% 0.86% -
XYZ 26.17 12.46 68.73 -
YUV 84.03 204.74 176.48 -
System Red Green Blue C M Y K H S L
Decimal 152 23 220 0.31 0.90 0 0.14 279.29 0.81 0.48
Hex 98 17 DC 1F 5A 0 E 117 51 30
Octal 230 27 334 37 132 0 16 427 121 60
Binary 10011000 10111 11011100 11111 1011010 0 1110 100010111 1010001 110000

Color Harmonies of #9817DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9817DC

Black with #9817DC

Text Example


Text Example

White with #9817DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9817DC; }

 p { color: rgb(152,23,220); }

 H1.HeaderClassName
 {
   color: #9817DC;
 }
 .AnyTagClassName
 {
   color: #9817DC;
 }
</style>

background-color css

<style>
 a { background-color: #9817DC; }

 a { background-color: rgb(152,23,220); }

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

border-color css

<style>
 span { border-color: #9817DC; }

 span { border-color: rgb(152,23,220); }

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