Html Css Color HEX #8C22BF Dark Orchid

📋 copy color: '#8C22BF'

red 140 ◦ green 34 ◦ blue 191

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

Shades of Dark Orchid #8C22BF

Tints of Dark Orchid #8C22BF

RGB

 RED value IS 140 (55.08% from 255) = 38.36%

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

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

R = 38.36%
G = 9.32%
B = 52.33%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C22BF (or 0x8C22BF) is known color: Dark Orchid. HEX triplet: 8C, 22 and BF. RGB value is (140,34,191). Sum of RGB (Red+Green+Blue) = 140+34+191=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C22BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C22BF is #73DD40. Grayscale: #535353. Windows color (decimal): -7593281 or 12526220. OLE color: 12526220.

HSL color Cylindrical-coordinate representation of color #8C22BF: hue angle of 280.51º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C22BF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 34 191 -
CMYK 0.27 0.82 0 0.25
HSL 280.51º 0.7% 0.44% -
HSV(B) 280.51º 0.82% 0.75% -
XYZ 20.79 10.48 50.22 -
YUV 83.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 140 34 191 0.27 0.82 0 0.25 280.51 0.7 0.44
Hex 8C 22 BF 1B 52 0 19 119 46 2C
Octal 214 42 277 33 122 0 31 431 106 54
Binary 10001100 100010 10111111 11011 1010010 0 11001 100011001 1000110 101100

Color Harmonies of #8C22BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C22BF

Black with #8C22BF

Text Example


Text Example

White with #8C22BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,34,191); }

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

background-color css

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

 a { background-color: rgb(140,34,191); }

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

border-color css

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

 span { border-color: rgb(140,34,191); }

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