Html Css Color HEX #9A3ECE Dark Orchid

📋 copy color: '#9A3ECE'

red 154 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #9A3ECE

Tints of Dark Orchid #9A3ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.69%

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

R = 36.49%
G = 14.69%
B = 48.82%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A3ECE (or 0x9A3ECE) is known color: Dark Orchid. HEX triplet: 9A, 3E and CE. RGB value is (154,62,206). Sum of RGB (Red+Green+Blue) = 154+62+206=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ECE is #65C131. Grayscale: #696969. Windows color (decimal): -6668594 or 13516442. OLE color: 13516442.

HSL color Cylindrical-coordinate representation of color #9A3ECE: hue angle of 278.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A3ECE is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 62 206 -
CMYK 0.25 0.70 0 0.19
HSL 278.33º 0.6% 0.53% -
HSV(B) 278.33º 0.7% 0.81% -
XYZ 26.19 14.77 59.86 -
YUV 105.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 154 62 206 0.25 0.70 0 0.19 278.33 0.6 0.53
Hex 9A 3E CE 19 46 0 13 116 3C 35
Octal 232 76 316 31 106 0 23 426 74 65
Binary 10011010 111110 11001110 11001 1000110 0 10011 100010110 111100 110101

Color Harmonies of #9A3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3ECE

Black with #9A3ECE

Text Example


Text Example

White with #9A3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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