Html Css Color HEX #9A3ACC Dark Orchid

📋 copy color: '#9A3ACC'

red 154 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #9A3ACC

Tints of Dark Orchid #9A3ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 37.02%
G = 13.94%
B = 49.04%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A3ACC (or 0x9A3ACC) is known color: Dark Orchid. HEX triplet: 9A, 3A and CC. RGB value is (154,58,204). Sum of RGB (Red+Green+Blue) = 154+58+204=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A3ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ACC is #65C533. Grayscale: #666666. Windows color (decimal): -6669620 or 13384346. OLE color: 13384346.

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

Color convert

RGB 154 58 204 -
CMYK 0.25 0.72 0 0.2
HSL 279.45º 0.59% 0.51% -
HSV(B) 279.45º 0.72% 0.8% -
XYZ 25.74 14.26 58.52 -
YUV 103.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 154 58 204 0.25 0.72 0 0.2 279.45 0.59 0.51
Hex 9A 3A CC 19 48 0 14 117 3B 33
Octal 232 72 314 31 110 0 24 427 73 63
Binary 10011010 111010 11001100 11001 1001000 0 10100 100010111 111011 110011

Color Harmonies of #9A3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3ACC

Black with #9A3ACC

Text Example


Text Example

White with #9A3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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