Html Css Color HEX #9E1CAF Dark Orchid

📋 copy color: '#9E1CAF'

red 158 ◦ green 28 ◦ blue 175

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

Shades of Dark Orchid #9E1CAF

Tints of Dark Orchid #9E1CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.76%

 BLUE value IS 175 (68.75% from 255) = 48.48%

R = 43.77%
G = 7.76%
B = 48.48%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9E1CAF (or 0x9E1CAF) is known color: Dark Orchid. HEX triplet: 9E, 1C and AF. RGB value is (158,28,175). Sum of RGB (Red+Green+Blue) = 158+28+175=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E1CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1CAF is #61E350. Grayscale: #535353. Windows color (decimal): -6415185 or 11476126. OLE color: 11476126.

HSL color Cylindrical-coordinate representation of color #9E1CAF: hue angle of 293.06º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1CAF is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 28 175 -
CMYK 0.10 0.84 0 0.31
HSL 293.06º 0.72% 0.4% -
HSV(B) 293.06º 0.84% 0.69% -
XYZ 22.25 11.19 41.55 -
YUV 83.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 158 28 175 0.10 0.84 0 0.31 293.06 0.72 0.4
Hex 9E 1C AF A 54 0 1F 125 48 28
Octal 236 34 257 12 124 0 37 445 110 50
Binary 10011110 11100 10101111 1010 1010100 0 11111 100100101 1001000 101000

Color Harmonies of #9E1CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1CAF

Black with #9E1CAF

Text Example


Text Example

White with #9E1CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,28,175); }

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

background-color css

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

 a { background-color: rgb(158,28,175); }

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

border-color css

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

 span { border-color: rgb(158,28,175); }

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