Html Css Color HEX #9A3ACD Dark Orchid

📋 copy color: '#9A3ACD'

red 154 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #9A3ACD

Tints of Dark Orchid #9A3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.91%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 36.93%
G = 13.91%
B = 49.16%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A3ACD (or 0x9A3ACD) is known color: Dark Orchid. HEX triplet: 9A, 3A and CD. RGB value is (154,58,205). Sum of RGB (Red+Green+Blue) = 154+58+205=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A3ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ACD is #65C532. Grayscale: #666666. Windows color (decimal): -6669619 or 13449882. OLE color: 13449882.

HSL color Cylindrical-coordinate representation of color #9A3ACD: hue angle of 279.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A3ACD is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 58 205 -
CMYK 0.25 0.72 0 0.20
HSL 279.18º 0.6% 0.52% -
HSV(B) 279.18º 0.72% 0.8% -
XYZ 25.86 14.3 59.16 -
YUV 103.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 154 58 205 0.25 0.72 0 0.20 279.18 0.6 0.52
Hex 9A 3A CD 19 48 0 14 117 3C 34
Octal 232 72 315 31 110 0 24 427 74 64
Binary 10011010 111010 11001101 11001 1001000 0 10100 100010111 111100 110100

Color Harmonies of #9A3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3ACD

Black with #9A3ACD

Text Example


Text Example

White with #9A3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,58,205); }

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

background-color css

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

 a { background-color: rgb(154,58,205); }

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

border-color css

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

 span { border-color: rgb(154,58,205); }

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