Html Css Color HEX #9420AB Dark Orchid

📋 copy color: '#9420AB'

red 148 ◦ green 32 ◦ blue 171

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

Shades of Dark Orchid #9420AB

Tints of Dark Orchid #9420AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 42.17%
G = 9.12%
B = 48.72%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9420AB (or 0x9420AB) is known color: Dark Orchid. HEX triplet: 94, 20 and AB. RGB value is (148,32,171). Sum of RGB (Red+Green+Blue) = 148+32+171=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #9420AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9420AB is #6BDF54. Grayscale: #525252. Windows color (decimal): -7069525 or 11214996. OLE color: 11214996.

HSL color Cylindrical-coordinate representation of color #9420AB: hue angle of 290.07º degrees, saturation: 0.68, 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 #9420AB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 32 171 -
CMYK 0.13 0.81 0 0.33
HSL 290.07º 0.68% 0.4% -
HSV(B) 290.07º 0.81% 0.67% -
XYZ 20.08 10.27 39.45 -
YUV 82.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 148 32 171 0.13 0.81 0 0.33 290.07 0.68 0.4
Hex 94 20 AB D 51 0 21 122 44 28
Octal 224 40 253 15 121 0 41 442 104 50
Binary 10010100 100000 10101011 1101 1010001 0 100001 100100010 1000100 101000

Color Harmonies of #9420AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9420AB

Black with #9420AB

Text Example


Text Example

White with #9420AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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