Html Css Color HEX #9F21CF Dark Orchid

📋 copy color: '#9F21CF'

red 159 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #9F21CF

Tints of Dark Orchid #9F21CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 39.85%
G = 8.27%
B = 51.88%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F21CF (or 0x9F21CF) is known color: Dark Orchid. HEX triplet: 9F, 21 and CF. RGB value is (159,33,207). Sum of RGB (Red+Green+Blue) = 159+33+207=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21CF is #60DE30. Grayscale: #595959. Windows color (decimal): -6348337 or 13574559. OLE color: 13574559.

HSL color Cylindrical-coordinate representation of color #9F21CF: hue angle of 283.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F21CF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 33 207 -
CMYK 0.23 0.84 0 0.19
HSL 283.45º 0.73% 0.47% -
HSV(B) 283.45º 0.84% 0.81% -
XYZ 26.1 12.96 60.16 -
YUV 90.51 193.74 176.85 -
System Red Green Blue C M Y K H S L
Decimal 159 33 207 0.23 0.84 0 0.19 283.45 0.73 0.47
Hex 9F 21 CF 17 54 0 13 11B 48 2F
Octal 237 41 317 27 124 0 23 433 110 57
Binary 10011111 100001 11001111 10111 1010100 0 10011 100011011 1001000 101111

Color Harmonies of #9F21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F21CF

Black with #9F21CF

Text Example


Text Example

White with #9F21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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