Html Css Color HEX #9A3ECA Dark Orchid

📋 copy color: '#9A3ECA'

red 154 ◦ green 62 ◦ blue 202

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

Shades of Dark Orchid #9A3ECA

Tints of Dark Orchid #9A3ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 36.84%
G = 14.83%
B = 48.33%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A3ECA (or 0x9A3ECA) is known color: Dark Orchid. HEX triplet: 9A, 3E and CA. RGB value is (154,62,202). Sum of RGB (Red+Green+Blue) = 154+62+202=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A3ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ECA is #65C135. Grayscale: #696969. Windows color (decimal): -6668598 or 13254298. OLE color: 13254298.

HSL color Cylindrical-coordinate representation of color #9A3ECA: hue angle of 279.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3ECA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 62 202 -
CMYK 0.24 0.69 0 0.21
HSL 279.43º 0.57% 0.52% -
HSV(B) 279.43º 0.69% 0.79% -
XYZ 25.71 14.58 57.34 -
YUV 105.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 154 62 202 0.24 0.69 0 0.21 279.43 0.57 0.52
Hex 9A 3E CA 18 45 0 15 117 39 34
Octal 232 76 312 30 105 0 25 427 71 64
Binary 10011010 111110 11001010 11000 1000101 0 10101 100010111 111001 110100

Color Harmonies of #9A3ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3ECA

Black with #9A3ECA

Text Example


Text Example

White with #9A3ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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