Html Css Color HEX #9E0ACF Dark Violet

📋 copy color: '#9E0ACF'

red 158 ◦ green 10 ◦ blue 207

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

Shades of Dark Violet #9E0ACF

Tints of Dark Violet #9E0ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 42.13%
G = 2.67%
B = 55.2%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E0ACF (or 0x9E0ACF) is known color: Dark Violet. HEX triplet: 9E, 0A and CF. RGB value is (158,10,207). Sum of RGB (Red+Green+Blue) = 158+10+207=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E0ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0ACF is #61F530. Grayscale: #4C4C4C. Windows color (decimal): -6419761 or 13568670. OLE color: 13568670.

HSL color Cylindrical-coordinate representation of color #9E0ACF: hue angle of 285.08º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0ACF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 10 207 -
CMYK 0.24 0.95 0 0.19
HSL 285.08º 0.91% 0.43% -
HSV(B) 285.08º 0.95% 0.81% -
XYZ 25.47 11.99 60 -
YUV 76.71 201.53 185.98 -
System Red Green Blue C M Y K H S L
Decimal 158 10 207 0.24 0.95 0 0.19 285.08 0.91 0.43
Hex 9E A CF 18 5F 0 13 11D 5B 2B
Octal 236 12 317 30 137 0 23 435 133 53
Binary 10011110 1010 11001111 11000 1011111 0 10011 100011101 1011011 101011

Color Harmonies of #9E0ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0ACF

Black with #9E0ACF

Text Example


Text Example

White with #9E0ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,10,207); }

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

background-color css

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

 a { background-color: rgb(158,10,207); }

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

border-color css

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

 span { border-color: rgb(158,10,207); }

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