Html Css Color HEX #9A4ADC Dark Orchid

📋 copy color: '#9A4ADC'

red 154 ◦ green 74 ◦ blue 220

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

Shades of Dark Orchid #9A4ADC

Tints of Dark Orchid #9A4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.52%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 34.38%
G = 16.52%
B = 49.11%

CMYK

 C value IS 0.3

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A4ADC (or 0x9A4ADC) is known color: Dark Orchid. HEX triplet: 9A, 4A and DC. RGB value is (154,74,220). Sum of RGB (Red+Green+Blue) = 154+74+220=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4ADC is #65B523. Grayscale: #727272. Windows color (decimal): -6665508 or 14437018. OLE color: 14437018.

HSL color Cylindrical-coordinate representation of color #9A4ADC: hue angle of 272.88º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A4ADC is Cyan = 0.3, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 74 220 -
CMYK 0.3 0.66 0 0.14
HSL 272.88º 0.68% 0.58% -
HSV(B) 272.88º 0.66% 0.86% -
XYZ 28.69 16.93 69.47 -
YUV 114.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 154 74 220 0.3 0.66 0 0.14 272.88 0.68 0.58
Hex 9A 4A DC 1E 42 0 E 111 44 3A
Octal 232 112 334 36 102 0 16 421 104 72
Binary 10011010 1001010 11011100 11110 1000010 0 1110 100010001 1000100 111010

Color Harmonies of #9A4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4ADC

Black with #9A4ADC

Text Example


Text Example

White with #9A4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,74,220); }

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

background-color css

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

 a { background-color: rgb(154,74,220); }

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

border-color css

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

 span { border-color: rgb(154,74,220); }

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