Html Css Color HEX #9A2ECE Dark Orchid

📋 copy color: '#9A2ECE'

red 154 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #9A2ECE

Tints of Dark Orchid #9A2ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.33%

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

R = 37.93%
G = 11.33%
B = 50.74%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A2ECE (or 0x9A2ECE) is known color: Dark Orchid. HEX triplet: 9A, 2E and CE. RGB value is (154,46,206). Sum of RGB (Red+Green+Blue) = 154+46+206=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A2ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2ECE is #65D131. Grayscale: #5F5F5F. Windows color (decimal): -6672690 or 13512346. OLE color: 13512346.

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

Color convert

RGB 154 46 206 -
CMYK 0.25 0.78 0 0.19
HSL 280.5º 0.63% 0.49% -
HSV(B) 280.5º 0.78% 0.81% -
XYZ 25.44 13.28 59.61 -
YUV 96.53 189.78 168.99 -
System Red Green Blue C M Y K H S L
Decimal 154 46 206 0.25 0.78 0 0.19 280.5 0.63 0.49
Hex 9A 2E CE 19 4E 0 13 118 3F 31
Octal 232 56 316 31 116 0 23 430 77 61
Binary 10011010 101110 11001110 11001 1001110 0 10011 100011000 111111 110001

Color Harmonies of #9A2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2ECE

Black with #9A2ECE

Text Example


Text Example

White with #9A2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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