Html Css Color HEX #9406ED Dark Violet

📋 copy color: '#9406ED'

red 148 ◦ green 6 ◦ blue 237

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

Shades of Dark Violet #9406ED

Tints of Dark Violet #9406ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.61%

R = 37.85%
G = 1.53%
B = 60.61%

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

#9406ED (or 0x9406ED) is known color: Dark Violet. HEX triplet: 94, 06 and ED. RGB value is (148,6,237). Sum of RGB (Red+Green+Blue) = 148+6+237=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #9406ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9406ED is #6BF912. Grayscale: #4A4A4A. Windows color (decimal): -7076115 or 15533716. OLE color: 15533716.

HSL color Cylindrical-coordinate representation of color #9406ED: hue angle of 276.88º 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 #9406ED is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 6 237 -
CMYK 0.38 0.97 0 0.07
HSL 276.88º 0.95% 0.48% -
HSV(B) 276.88º 0.97% 0.93% -
XYZ 27.56 12.54 81.09 -
YUV 74.79 219.54 180.22 -
System Red Green Blue C M Y K H S L
Decimal 148 6 237 0.38 0.97 0 0.07 276.88 0.95 0.48
Hex 94 6 ED 26 61 0 7 115 5F 30
Octal 224 6 355 46 141 0 7 425 137 60
Binary 10010100 110 11101101 100110 1100001 0 111 100010101 1011111 110000

Color Harmonies of #9406ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9406ED

Black with #9406ED

Text Example


Text Example

White with #9406ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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