Html Css Color HEX #9E06F1 Dark Violet

📋 copy color: '#9E06F1'

red 158 ◦ green 6 ◦ blue 241

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

Shades of Dark Violet #9E06F1

Tints of Dark Violet #9E06F1

RGB

 RED value IS 158 (62.11% from 255) = 39.01%

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

 BLUE value IS 241 (94.53% from 255) = 59.51%

R = 39.01%
G = 1.48%
B = 59.51%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E06F1 (or 0x9E06F1) is known color: Dark Violet. HEX triplet: 9E, 06 and F1. RGB value is (158,6,241). Sum of RGB (Red+Green+Blue) = 158+6+241=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E06F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E06F1 is #61F90E. Grayscale: #4D4D4D. Windows color (decimal): -6420751 or 15795870. OLE color: 15795870.

HSL color Cylindrical-coordinate representation of color #9E06F1: hue angle of 278.81º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E06F1 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 6 241 -
CMYK 0.34 0.98 0 0.05
HSL 278.81º 0.95% 0.48% -
HSV(B) 278.81º 0.98% 0.95% -
XYZ 30.04 13.75 84.29 -
YUV 78.24 219.86 184.89 -
System Red Green Blue C M Y K H S L
Decimal 158 6 241 0.34 0.98 0 0.05 278.81 0.95 0.48
Hex 9E 6 F1 22 62 0 5 117 5F 30
Octal 236 6 361 42 142 0 5 427 137 60
Binary 10011110 110 11110001 100010 1100010 0 101 100010111 1011111 110000

Color Harmonies of #9E06F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E06F1

Black with #9E06F1

Text Example


Text Example

White with #9E06F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E06F1; }

 p { color: rgb(158,6,241); }

 H1.HeaderClassName
 {
   color: #9E06F1;
 }
 .AnyTagClassName
 {
   color: #9E06F1;
 }
</style>

background-color css

<style>
 a { background-color: #9E06F1; }

 a { background-color: rgb(158,6,241); }

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

border-color css

<style>
 span { border-color: #9E06F1; }

 span { border-color: rgb(158,6,241); }

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