Html Css Color HEX #9401FF Dark Violet

📋 copy color: '#9401FF'

red 148 ◦ green 1 ◦ blue 255

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

Shades of Dark Violet #9401FF

Tints of Dark Violet #9401FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.12%

R = 36.63%
G = 0.25%
B = 63.12%

CMYK

 C value IS 0.42

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9401FF (or 0x9401FF) is known color: Dark Violet. HEX triplet: 94, 01 and FF. RGB value is (148,1,255). Sum of RGB (Red+Green+Blue) = 148+1+255=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #9401FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9401FF is #6BFE00. Grayscale: #494949. Windows color (decimal): -7077377 or 16712084. OLE color: 16712084.

HSL color Cylindrical-coordinate representation of color #9401FF: hue angle of 274.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9401FF is Cyan = 0.42, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 1 255 -
CMYK 0.42 1.00 0 0
HSL 274.72º 1% 0.5% -
HSV(B) 274.72º 1% 1% -
XYZ 30.27 13.54 95.63 -
YUV 73.91 230.2 180.85 -
System Red Green Blue C M Y K H S L
Decimal 148 1 255 0.42 1.00 0 0 274.72 1 0.5
Hex 94 1 FF 2A 64 0 0 113 64 32
Octal 224 1 377 52 144 0 0 423 144 62
Binary 10010100 1 11111111 101010 1100100 0 0 100010011 1100100 110010

Color Harmonies of #9401FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9401FF

Black with #9401FF

Text Example


Text Example

White with #9401FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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