Html Css Color HEX #9401DF Dark Violet

📋 copy color: '#9401DF'

red 148 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #9401DF

Tints of Dark Violet #9401DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 39.78%
G = 0.27%
B = 59.95%

CMYK

 C value IS 0.34

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9401DF (or 0x9401DF) is known color: Dark Violet. HEX triplet: 94, 01 and DF. RGB value is (148,1,223). Sum of RGB (Red+Green+Blue) = 148+1+223=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #9401DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9401DF is #6BFE20. Grayscale: #454545. Windows color (decimal): -7077409 or 14614932. OLE color: 14614932.

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

Color convert

RGB 148 1 223 -
CMYK 0.34 1.00 0 0.13
HSL 279.73º 0.99% 0.44% -
HSV(B) 279.73º 1% 0.87% -
XYZ 25.54 11.65 70.71 -
YUV 70.26 214.2 183.45 -
System Red Green Blue C M Y K H S L
Decimal 148 1 223 0.34 1.00 0 0.13 279.73 0.99 0.44
Hex 94 1 DF 22 64 0 D 118 63 2C
Octal 224 1 337 42 144 0 15 430 143 54
Binary 10010100 1 11011111 100010 1100100 0 1101 100011000 1100011 101100

Color Harmonies of #9401DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9401DF

Black with #9401DF

Text Example


Text Example

White with #9401DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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