Html Css Color HEX #9A20BF Dark Orchid

📋 copy color: '#9A20BF'

red 154 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #9A20BF

Tints of Dark Orchid #9A20BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.66%

R = 40.85%
G = 8.49%
B = 50.66%

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

#9A20BF (or 0x9A20BF) is known color: Dark Orchid. HEX triplet: 9A, 20 and BF. RGB value is (154,32,191). Sum of RGB (Red+Green+Blue) = 154+32+191=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A20BF is #65DF40. Grayscale: #565656. Windows color (decimal): -6676289 or 12525722. OLE color: 12525722.

HSL color Cylindrical-coordinate representation of color #9A20BF: hue angle of 286.04º 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 #9A20BF is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 32 191 -
CMYK 0.19 0.83 0 0.25
HSL 286.04º 0.71% 0.44% -
HSV(B) 286.04º 0.83% 0.75% -
XYZ 23.25 11.66 50.32 -
YUV 86.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 154 32 191 0.19 0.83 0 0.25 286.04 0.71 0.44
Hex 9A 20 BF 13 53 0 19 11E 47 2C
Octal 232 40 277 23 123 0 31 436 107 54
Binary 10011010 100000 10111111 10011 1010011 0 11001 100011110 1000111 101100

Color Harmonies of #9A20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A20BF

Black with #9A20BF

Text Example


Text Example

White with #9A20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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