Html Css Color HEX #9400DF Dark Violet

📋 copy color: '#9400DF'

red 148 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #9400DF

Tints of Dark Violet #9400DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.89%
G = 0%
B = 60.11%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9400DF (or 0x9400DF) is known color: Dark Violet. HEX triplet: 94, 00 and DF. RGB value is (148,0,223). Sum of RGB (Red+Green+Blue) = 148+0+223=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #9400DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400DF is #6BFF20. Grayscale: #444444. Windows color (decimal): -7077665 or 14614676. OLE color: 14614676.

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

Color convert

RGB 148 0 223 -
CMYK 0.34 1 0 0.13
HSL 279.82º 1% 0.44% -
HSV(B) 279.82º 1% 0.87% -
XYZ 25.53 11.62 70.71 -
YUV 69.67 214.53 183.87 -
System Red Green Blue C M Y K H S L
Decimal 148 0 223 0.34 1 0 0.13 279.82 1 0.44
Hex 94 0 DF 22 64 0 D 118 64 2C
Octal 224 0 337 42 144 0 15 430 144 54
Binary 10010100 0 11011111 100010 1100100 0 1101 100011000 1100100 101100

Color Harmonies of #9400DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400DF

Black with #9400DF

Text Example


Text Example

White with #9400DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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