Html Css Color HEX #9E1ACF Dark Orchid

📋 copy color: '#9E1ACF'

red 158 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #9E1ACF

Tints of Dark Orchid #9E1ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

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

R = 40.41%
G = 6.65%
B = 52.94%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E1ACF (or 0x9E1ACF) is known color: Dark Orchid. HEX triplet: 9E, 1A and CF. RGB value is (158,26,207). Sum of RGB (Red+Green+Blue) = 158+26+207=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1ACF is #61E530. Grayscale: #555555. Windows color (decimal): -6415665 or 13572766. OLE color: 13572766.

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

Color convert

RGB 158 26 207 -
CMYK 0.24 0.87 0 0.19
HSL 283.76º 0.78% 0.46% -
HSV(B) 283.76º 0.87% 0.81% -
XYZ 25.73 12.51 60.09 -
YUV 86.1 196.23 179.28 -
System Red Green Blue C M Y K H S L
Decimal 158 26 207 0.24 0.87 0 0.19 283.76 0.78 0.46
Hex 9E 1A CF 18 57 0 13 11C 4E 2E
Octal 236 32 317 30 127 0 23 434 116 56
Binary 10011110 11010 11001111 11000 1010111 0 10011 100011100 1001110 101110

Color Harmonies of #9E1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1ACF

Black with #9E1ACF

Text Example


Text Example

White with #9E1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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