Html Css Color HEX #9420AC Dark Orchid

📋 copy color: '#9420AC'

red 148 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #9420AC

Tints of Dark Orchid #9420AC

RGB

 RED value IS 148 (58.2% from 255) = 42.05%

 GREEN value IS 32 (12.89% from 255) = 9.09%

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 42.05%
G = 9.09%
B = 48.86%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9420AC (or 0x9420AC) is known color: Dark Orchid. HEX triplet: 94, 20 and AC. RGB value is (148,32,172). Sum of RGB (Red+Green+Blue) = 148+32+172=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #9420AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9420AC is #6BDF53. Grayscale: #525252. Windows color (decimal): -7069524 or 11280532. OLE color: 11280532.

HSL color Cylindrical-coordinate representation of color #9420AC: hue angle of 289.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9420AC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 32 172 -
CMYK 0.14 0.81 0 0.33
HSL 289.71º 0.69% 0.4% -
HSV(B) 289.71º 0.81% 0.67% -
XYZ 20.18 10.31 39.96 -
YUV 82.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 148 32 172 0.14 0.81 0 0.33 289.71 0.69 0.4
Hex 94 20 AC E 51 0 21 122 45 28
Octal 224 40 254 16 121 0 41 442 105 50
Binary 10010100 100000 10101100 1110 1010001 0 100001 100100010 1000101 101000

Color Harmonies of #9420AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9420AC

Black with #9420AC

Text Example


Text Example

White with #9420AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9420AC; }

 p { color: rgb(148,32,172); }

 H1.HeaderClassName
 {
   color: #9420AC;
 }
 .AnyTagClassName
 {
   color: #9420AC;
 }
</style>

background-color css

<style>
 a { background-color: #9420AC; }

 a { background-color: rgb(148,32,172); }

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

border-color css

<style>
 span { border-color: #9420AC; }

 span { border-color: rgb(148,32,172); }

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