Html Css Color HEX #9E03DF Dark Violet

📋 copy color: '#9E03DF'

red 158 ◦ green 3 ◦ blue 223

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

Shades of Dark Violet #9E03DF

Tints of Dark Violet #9E03DF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 41.15%
G = 0.78%
B = 58.07%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E03DF (or 0x9E03DF) is known color: Dark Violet. HEX triplet: 9E, 03 and DF. RGB value is (158,3,223). Sum of RGB (Red+Green+Blue) = 158+3+223=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E03DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03DF is #61FC20. Grayscale: #494949. Windows color (decimal): -6421537 or 14615454. OLE color: 14615454.

HSL color Cylindrical-coordinate representation of color #9E03DF: hue angle of 282.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E03DF is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 3 223 -
CMYK 0.29 0.99 0 0.13
HSL 282.27º 0.97% 0.44% -
HSV(B) 282.27º 0.99% 0.87% -
XYZ 27.45 12.66 70.81 -
YUV 74.43 211.85 187.61 -
System Red Green Blue C M Y K H S L
Decimal 158 3 223 0.29 0.99 0 0.13 282.27 0.97 0.44
Hex 9E 3 DF 1D 63 0 D 11A 61 2C
Octal 236 3 337 35 143 0 15 432 141 54
Binary 10011110 11 11011111 11101 1100011 0 1101 100011010 1100001 101100

Color Harmonies of #9E03DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E03DF

Black with #9E03DF

Text Example


Text Example

White with #9E03DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,3,223); }

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

background-color css

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

 a { background-color: rgb(158,3,223); }

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

border-color css

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

 span { border-color: rgb(158,3,223); }

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