Html Css Color HEX #9406EE Dark Violet

📋 copy color: '#9406EE'

red 148 ◦ green 6 ◦ blue 238

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

Shades of Dark Violet #9406EE

Tints of Dark Violet #9406EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.53%

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

R = 37.76%
G = 1.53%
B = 60.71%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9406EE (or 0x9406EE) is known color: Dark Violet. HEX triplet: 94, 06 and EE. RGB value is (148,6,238). Sum of RGB (Red+Green+Blue) = 148+6+238=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #9406EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9406EE is #6BF911. Grayscale: #4A4A4A. Windows color (decimal): -7076114 or 15599252. OLE color: 15599252.

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

Color convert

RGB 148 6 238 -
CMYK 0.38 0.97 0 0.07
HSL 276.72º 0.95% 0.48% -
HSV(B) 276.72º 0.97% 0.93% -
XYZ 27.71 12.6 81.86 -
YUV 74.91 220.04 180.14 -
System Red Green Blue C M Y K H S L
Decimal 148 6 238 0.38 0.97 0 0.07 276.72 0.95 0.48
Hex 94 6 EE 26 61 0 7 115 5F 30
Octal 224 6 356 46 141 0 7 425 137 60
Binary 10010100 110 11101110 100110 1100001 0 111 100010101 1011111 110000

Color Harmonies of #9406EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9406EE

Black with #9406EE

Text Example


Text Example

White with #9406EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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