Html Css Color HEX #9400EB Dark Violet

📋 copy color: '#9400EB'

red 148 ◦ green 0 ◦ blue 235

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

Shades of Dark Violet #9400EB

Tints of Dark Violet #9400EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.36%

R = 38.64%
G = 0%
B = 61.36%

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

#9400EB (or 0x9400EB) is known color: Dark Violet. HEX triplet: 94, 00 and EB. RGB value is (148,0,235). Sum of RGB (Red+Green+Blue) = 148+0+235=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #9400EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9400EB is #6BFF14. Grayscale: #464646. Windows color (decimal): -7077653 or 15401108. OLE color: 15401108.

HSL color Cylindrical-coordinate representation of color #9400EB: hue angle of 277.79º 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 #9400EB is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 0 235 -
CMYK 0.37 1 0 0.08
HSL 277.79º 1% 0.46% -
HSV(B) 277.79º 1% 0.92% -
XYZ 27.21 12.29 79.54 -
YUV 71.04 220.53 182.89 -
System Red Green Blue C M Y K H S L
Decimal 148 0 235 0.37 1 0 0.08 277.79 1 0.46
Hex 94 0 EB 25 64 0 8 116 64 2E
Octal 224 0 353 45 144 0 10 426 144 56
Binary 10010100 0 11101011 100101 1100100 0 1000 100010110 1100100 101110

Color Harmonies of #9400EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400EB

Black with #9400EB

Text Example


Text Example

White with #9400EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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