Html Css Color HEX #9D20BF Dark Orchid

📋 copy color: '#9D20BF'

red 157 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #9D20BF

Tints of Dark Orchid #9D20BF

RGB

 RED value IS 157 (61.72% from 255) = 41.32%

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

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

R = 41.32%
G = 8.42%
B = 50.26%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D20BF (or 0x9D20BF) is known color: Dark Orchid. HEX triplet: 9D, 20 and BF. RGB value is (157,32,191). Sum of RGB (Red+Green+Blue) = 157+32+191=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D20BF is #62DF40. Grayscale: #565656. Windows color (decimal): -6479681 or 12525725. OLE color: 12525725.

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

Color convert

RGB 157 32 191 -
CMYK 0.18 0.83 0 0.25
HSL 287.17º 0.71% 0.44% -
HSV(B) 287.17º 0.83% 0.75% -
XYZ 23.83 11.96 50.34 -
YUV 87.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 157 32 191 0.18 0.83 0 0.25 287.17 0.71 0.44
Hex 9D 20 BF 12 53 0 19 11F 47 2C
Octal 235 40 277 22 123 0 31 437 107 54
Binary 10011101 100000 10111111 10010 1010011 0 11001 100011111 1000111 101100

Color Harmonies of #9D20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D20BF

Black with #9D20BF

Text Example


Text Example

White with #9D20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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