Html Css Color HEX #9E07DD Dark Violet

📋 copy color: '#9E07DD'

red 158 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #9E07DD

Tints of Dark Violet #9E07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.81%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 40.93%
G = 1.81%
B = 57.25%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E07DD (or 0x9E07DD) is known color: Dark Violet. HEX triplet: 9E, 07 and DD. RGB value is (158,7,221). Sum of RGB (Red+Green+Blue) = 158+7+221=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E07DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E07DD is #61F822. Grayscale: #4B4B4B. Windows color (decimal): -6420515 or 14485406. OLE color: 14485406.

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

Color convert

RGB 158 7 221 -
CMYK 0.29 0.97 0 0.13
HSL 282.34º 0.94% 0.45% -
HSV(B) 282.34º 0.97% 0.87% -
XYZ 27.23 12.64 69.41 -
YUV 76.55 209.53 186.1 -
System Red Green Blue C M Y K H S L
Decimal 158 7 221 0.29 0.97 0 0.13 282.34 0.94 0.45
Hex 9E 7 DD 1D 61 0 D 11A 5E 2D
Octal 236 7 335 35 141 0 15 432 136 55
Binary 10011110 111 11011101 11101 1100001 0 1101 100011010 1011110 101101

Color Harmonies of #9E07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E07DD

Black with #9E07DD

Text Example


Text Example

White with #9E07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,7,221); }

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

background-color css

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

 a { background-color: rgb(158,7,221); }

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

border-color css

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

 span { border-color: rgb(158,7,221); }

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