Html Css Color HEX #9A20BE Dark Orchid

📋 copy color: '#9A20BE'

red 154 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #9A20BE

Tints of Dark Orchid #9A20BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 40.96%
G = 8.51%
B = 50.53%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A20BE (or 0x9A20BE) is known color: Dark Orchid. HEX triplet: 9A, 20 and BE. RGB value is (154,32,190). Sum of RGB (Red+Green+Blue) = 154+32+190=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A20BE is #65DF41. Grayscale: #555555. Windows color (decimal): -6676290 or 12460186. OLE color: 12460186.

HSL color Cylindrical-coordinate representation of color #9A20BE: hue angle of 286.33º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A20BE is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 32 190 -
CMYK 0.19 0.83 0 0.25
HSL 286.33º 0.71% 0.44% -
HSV(B) 286.33º 0.83% 0.75% -
XYZ 23.14 11.62 49.74 -
YUV 86.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 154 32 190 0.19 0.83 0 0.25 286.33 0.71 0.44
Hex 9A 20 BE 13 53 0 19 11E 47 2C
Octal 232 40 276 23 123 0 31 436 107 54
Binary 10011010 100000 10111110 10011 1010011 0 11001 100011110 1000111 101100

Color Harmonies of #9A20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A20BE

Black with #9A20BE

Text Example


Text Example

White with #9A20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,32,190); }

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

background-color css

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

 a { background-color: rgb(154,32,190); }

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

border-color css

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

 span { border-color: rgb(154,32,190); }

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