Html Css Color HEX #8C2DBF Dark Orchid

📋 copy color: '#8C2DBF'

red 140 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #8C2DBF

Tints of Dark Orchid #8C2DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.97%

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

R = 37.23%
G = 11.97%
B = 50.8%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C2DBF (or 0x8C2DBF) is known color: Dark Orchid. HEX triplet: 8C, 2D and BF. RGB value is (140,45,191). Sum of RGB (Red+Green+Blue) = 140+45+191=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2DBF is #73D240. Grayscale: #595959. Windows color (decimal): -7590465 or 12529036. OLE color: 12529036.

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

Color convert

RGB 140 45 191 -
CMYK 0.27 0.76 0 0.25
HSL 279.04º 0.62% 0.46% -
HSV(B) 279.04º 0.76% 0.75% -
XYZ 21.16 11.21 50.34 -
YUV 90.05 184.97 163.63 -
System Red Green Blue C M Y K H S L
Decimal 140 45 191 0.27 0.76 0 0.25 279.04 0.62 0.46
Hex 8C 2D BF 1B 4C 0 19 117 3E 2E
Octal 214 55 277 33 114 0 31 427 76 56
Binary 10001100 101101 10111111 11011 1001100 0 11001 100010111 111110 101110

Color Harmonies of #8C2DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2DBF

Black with #8C2DBF

Text Example


Text Example

White with #8C2DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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