Html Css Color HEX #8F21CF Dark Orchid

📋 copy color: '#8F21CF'

red 143 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #8F21CF

Tints of Dark Orchid #8F21CF

RGB

 RED value IS 143 (56.25% from 255) = 37.34%

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

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

R = 37.34%
G = 8.62%
B = 54.05%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F21CF (or 0x8F21CF) is known color: Dark Orchid. HEX triplet: 8F, 21 and CF. RGB value is (143,33,207). Sum of RGB (Red+Green+Blue) = 143+33+207=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21CF is #70DE30. Grayscale: #555555. Windows color (decimal): -7396913 or 13574543. OLE color: 13574543.

HSL color Cylindrical-coordinate representation of color #8F21CF: hue angle of 277.93º 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 #8F21CF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 33 207 -
CMYK 0.31 0.84 0 0.19
HSL 277.93º 0.73% 0.47% -
HSV(B) 277.93º 0.84% 0.81% -
XYZ 23.13 11.43 60.02 -
YUV 85.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 143 33 207 0.31 0.84 0 0.19 277.93 0.73 0.47
Hex 8F 21 CF 1F 54 0 13 116 48 2F
Octal 217 41 317 37 124 0 23 426 110 57
Binary 10001111 100001 11001111 11111 1010100 0 10011 100010110 1001000 101111

Color Harmonies of #8F21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21CF

Black with #8F21CF

Text Example


Text Example

White with #8F21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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