Html Css Color HEX #9400EA Dark Violet

📋 copy color: '#9400EA'

red 148 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #9400EA

Tints of Dark Violet #9400EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.26%

R = 38.74%
G = 0%
B = 61.26%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9400EA (or 0x9400EA) is known color: Dark Violet. HEX triplet: 94, 00 and EA. RGB value is (148,0,234). Sum of RGB (Red+Green+Blue) = 148+0+234=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #9400EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9400EA is #6BFF15. Grayscale: #464646. Windows color (decimal): -7077654 or 15335572. OLE color: 15335572.

HSL color Cylindrical-coordinate representation of color #9400EA: hue angle of 277.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400EA is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 0 234 -
CMYK 0.37 1 0 0.08
HSL 277.95º 1% 0.46% -
HSV(B) 277.95º 1% 0.92% -
XYZ 27.06 12.24 78.78 -
YUV 70.93 220.03 182.97 -
System Red Green Blue C M Y K H S L
Decimal 148 0 234 0.37 1 0 0.08 277.95 1 0.46
Hex 94 0 EA 25 64 0 8 116 64 2E
Octal 224 0 352 45 144 0 10 426 144 56
Binary 10010100 0 11101010 100101 1100100 0 1000 100010110 1100100 101110

Color Harmonies of #9400EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400EA

Black with #9400EA

Text Example


Text Example

White with #9400EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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