Html Css Color HEX #8F22BC Dark Orchid

📋 copy color: '#8F22BC'

red 143 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #8F22BC

Tints of Dark Orchid #8F22BC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.32%

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 39.18%
G = 9.32%
B = 51.51%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F22BC (or 0x8F22BC) is known color: Dark Orchid. HEX triplet: 8F, 22 and BC. RGB value is (143,34,188). Sum of RGB (Red+Green+Blue) = 143+34+188=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F22BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F22BC is #70DD43. Grayscale: #535353. Windows color (decimal): -7396676 or 12329615. OLE color: 12329615.

HSL color Cylindrical-coordinate representation of color #8F22BC: hue angle of 282.47º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F22BC is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 34 188 -
CMYK 0.24 0.82 0 0.26
HSL 282.47º 0.69% 0.44% -
HSV(B) 282.47º 0.82% 0.74% -
XYZ 20.98 10.61 48.52 -
YUV 84.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 143 34 188 0.24 0.82 0 0.26 282.47 0.69 0.44
Hex 8F 22 BC 18 52 0 1A 11A 45 2C
Octal 217 42 274 30 122 0 32 432 105 54
Binary 10001111 100010 10111100 11000 1010010 0 11010 100011010 1000101 101100

Color Harmonies of #8F22BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F22BC

Black with #8F22BC

Text Example


Text Example

White with #8F22BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,34,188); }

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

background-color css

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

 a { background-color: rgb(143,34,188); }

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

border-color css

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

 span { border-color: rgb(143,34,188); }

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