Html Css Color HEX #9417DB Dark Violet

📋 copy color: '#9417DB'

red 148 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #9417DB

Tints of Dark Violet #9417DB

RGB

 RED value IS 148 (58.2% from 255) = 37.95%

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

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 37.95%
G = 5.9%
B = 56.15%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9417DB (or 0x9417DB) is known color: Dark Violet. HEX triplet: 94, 17 and DB. RGB value is (148,23,219). Sum of RGB (Red+Green+Blue) = 148+23+219=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #9417DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9417DB is #6BE824. Grayscale: #525252. Windows color (decimal): -7071781 or 14358420. OLE color: 14358420.

HSL color Cylindrical-coordinate representation of color #9417DB: hue angle of 278.27º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9417DB is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 23 219 -
CMYK 0.32 0.89 0 0.14
HSL 278.27º 0.81% 0.47% -
HSV(B) 278.27º 0.89% 0.86% -
XYZ 25.31 12.02 68 -
YUV 82.72 204.91 174.56 -
System Red Green Blue C M Y K H S L
Decimal 148 23 219 0.32 0.89 0 0.14 278.27 0.81 0.47
Hex 94 17 DB 20 59 0 E 116 51 2F
Octal 224 27 333 40 131 0 16 426 121 57
Binary 10010100 10111 11011011 100000 1011001 0 1110 100010110 1010001 101111

Color Harmonies of #9417DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9417DB

Black with #9417DB

Text Example


Text Example

White with #9417DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9417DB; }

 p { color: rgb(148,23,219); }

 H1.HeaderClassName
 {
   color: #9417DB;
 }
 .AnyTagClassName
 {
   color: #9417DB;
 }
</style>

background-color css

<style>
 a { background-color: #9417DB; }

 a { background-color: rgb(148,23,219); }

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

border-color css

<style>
 span { border-color: #9417DB; }

 span { border-color: rgb(148,23,219); }

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