Html Css Color HEX #9F21BA Dark Orchid

📋 copy color: '#9F21BA'

red 159 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #9F21BA

Tints of Dark Orchid #9F21BA

RGB

 RED value IS 159 (62.5% from 255) = 42.06%

 GREEN value IS 33 (13.28% from 255) = 8.73%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 42.06%
G = 8.73%
B = 49.21%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F21BA (or 0x9F21BA) is known color: Dark Orchid. HEX triplet: 9F, 21 and BA. RGB value is (159,33,186). Sum of RGB (Red+Green+Blue) = 159+33+186=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F21BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21BA is #60DE45. Grayscale: #575757. Windows color (decimal): -6348358 or 12198303. OLE color: 12198303.

HSL color Cylindrical-coordinate representation of color #9F21BA: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F21BA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 33 186 -
CMYK 0.15 0.82 0 0.27
HSL 289.41º 0.7% 0.43% -
HSV(B) 289.41º 0.82% 0.73% -
XYZ 23.7 12 47.52 -
YUV 88.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 159 33 186 0.15 0.82 0 0.27 289.41 0.7 0.43
Hex 9F 21 BA F 52 0 1B 121 46 2B
Octal 237 41 272 17 122 0 33 441 106 53
Binary 10011111 100001 10111010 1111 1010010 0 11011 100100001 1000110 101011

Color Harmonies of #9F21BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F21BA

Black with #9F21BA

Text Example


Text Example

White with #9F21BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,33,186); }

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

background-color css

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

 a { background-color: rgb(159,33,186); }

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

border-color css

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

 span { border-color: rgb(159,33,186); }

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