Html Css Color HEX #9A1ECE Dark Orchid

📋 copy color: '#9A1ECE'

red 154 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #9A1ECE

Tints of Dark Orchid #9A1ECE

RGB

 RED value IS 154 (60.55% from 255) = 39.49%

 GREEN value IS 30 (12.11% from 255) = 7.69%

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 39.49%
G = 7.69%
B = 52.82%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A1ECE (or 0x9A1ECE) is known color: Dark Orchid. HEX triplet: 9A, 1E and CE. RGB value is (154,30,206). Sum of RGB (Red+Green+Blue) = 154+30+206=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ECE is #65E131. Grayscale: #565656. Windows color (decimal): -6676786 or 13508250. OLE color: 13508250.

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

Color convert

RGB 154 30 206 -
CMYK 0.25 0.85 0 0.19
HSL 282.27º 0.75% 0.46% -
HSV(B) 282.27º 0.85% 0.81% -
XYZ 24.93 12.25 59.44 -
YUV 87.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 154 30 206 0.25 0.85 0 0.19 282.27 0.75 0.46
Hex 9A 1E CE 19 55 0 13 11A 4B 2E
Octal 232 36 316 31 125 0 23 432 113 56
Binary 10011010 11110 11001110 11001 1010101 0 10011 100011010 1001011 101110

Color Harmonies of #9A1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1ECE

Black with #9A1ECE

Text Example


Text Example

White with #9A1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,30,206); }

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

background-color css

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

 a { background-color: rgb(154,30,206); }

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

border-color css

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

 span { border-color: rgb(154,30,206); }

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