Html Css Color HEX #9405EE Dark Violet

📋 copy color: '#9405EE'

red 148 ◦ green 5 ◦ blue 238

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

Shades of Dark Violet #9405EE

Tints of Dark Violet #9405EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 238 (93.36% from 255) = 60.87%

R = 37.85%
G = 1.28%
B = 60.87%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9405EE (or 0x9405EE) is known color: Dark Violet. HEX triplet: 94, 05 and EE. RGB value is (148,5,238). Sum of RGB (Red+Green+Blue) = 148+5+238=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #9405EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9405EE is #6BFA11. Grayscale: #494949. Windows color (decimal): -7076370 or 15598996. OLE color: 15598996.

HSL color Cylindrical-coordinate representation of color #9405EE: hue angle of 276.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9405EE is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 5 238 -
CMYK 0.38 0.98 0 0.07
HSL 276.82º 0.96% 0.48% -
HSV(B) 276.82º 0.98% 0.93% -
XYZ 27.7 12.58 81.86 -
YUV 74.32 220.38 180.55 -
System Red Green Blue C M Y K H S L
Decimal 148 5 238 0.38 0.98 0 0.07 276.82 0.96 0.48
Hex 94 5 EE 26 62 0 7 115 60 30
Octal 224 5 356 46 142 0 7 425 140 60
Binary 10010100 101 11101110 100110 1100010 0 111 100010101 1100000 110000

Color Harmonies of #9405EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9405EE

Black with #9405EE

Text Example


Text Example

White with #9405EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9405EE; }

 p { color: rgb(148,5,238); }

 H1.HeaderClassName
 {
   color: #9405EE;
 }
 .AnyTagClassName
 {
   color: #9405EE;
 }
</style>

background-color css

<style>
 a { background-color: #9405EE; }

 a { background-color: rgb(148,5,238); }

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

border-color css

<style>
 span { border-color: #9405EE; }

 span { border-color: rgb(148,5,238); }

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