Html Css Color HEX #9400E5 Dark Violet

📋 copy color: '#9400E5'

red 148 ◦ green 0 ◦ blue 229

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

Shades of Dark Violet #9400E5

Tints of Dark Violet #9400E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 60.74%

R = 39.26%
G = 0%
B = 60.74%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9400E5 (or 0x9400E5) is known color: Dark Violet. HEX triplet: 94, 00 and E5. RGB value is (148,0,229). Sum of RGB (Red+Green+Blue) = 148+0+229=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #9400E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400E5 is #6BFF1A. Grayscale: #454545. Windows color (decimal): -7077659 or 15007892. OLE color: 15007892.

HSL color Cylindrical-coordinate representation of color #9400E5: hue angle of 278.78º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400E5 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 0 229 -
CMYK 0.35 1 0 0.10
HSL 278.78º 1% 0.45% -
HSV(B) 278.78º 1% 0.9% -
XYZ 26.36 11.95 75.05 -
YUV 70.36 217.53 183.38 -
System Red Green Blue C M Y K H S L
Decimal 148 0 229 0.35 1 0 0.10 278.78 1 0.45
Hex 94 0 E5 23 64 0 A 117 64 2D
Octal 224 0 345 43 144 0 12 427 144 55
Binary 10010100 0 11100101 100011 1100100 0 1010 100010111 1100100 101101

Color Harmonies of #9400E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400E5

Black with #9400E5

Text Example


Text Example

White with #9400E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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