Html Css Color HEX #9413DF Dark Violet

📋 copy color: '#9413DF'

red 148 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #9413DF

Tints of Dark Violet #9413DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 37.95%
G = 4.87%
B = 57.18%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9413DF (or 0x9413DF) is known color: Dark Violet. HEX triplet: 94, 13 and DF. RGB value is (148,19,223). Sum of RGB (Red+Green+Blue) = 148+19+223=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #9413DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413DF is #6BEC20. Grayscale: #505050. Windows color (decimal): -7072801 or 14619540. OLE color: 14619540.

HSL color Cylindrical-coordinate representation of color #9413DF: hue angle of 277.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9413DF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 19 223 -
CMYK 0.34 0.91 0 0.13
HSL 277.94º 0.84% 0.47% -
HSV(B) 277.94º 0.91% 0.87% -
XYZ 25.76 12.09 70.79 -
YUV 80.83 208.24 175.91 -
System Red Green Blue C M Y K H S L
Decimal 148 19 223 0.34 0.91 0 0.13 277.94 0.84 0.47
Hex 94 13 DF 22 5B 0 D 116 54 2F
Octal 224 23 337 42 133 0 15 426 124 57
Binary 10010100 10011 11011111 100010 1011011 0 1101 100010110 1010100 101111

Color Harmonies of #9413DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413DF

Black with #9413DF

Text Example


Text Example

White with #9413DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9413DF; }

 p { color: rgb(148,19,223); }

 H1.HeaderClassName
 {
   color: #9413DF;
 }
 .AnyTagClassName
 {
   color: #9413DF;
 }
</style>

background-color css

<style>
 a { background-color: #9413DF; }

 a { background-color: rgb(148,19,223); }

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

border-color css

<style>
 span { border-color: #9413DF; }

 span { border-color: rgb(148,19,223); }

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