Html Css Color HEX #8C1DBF Dark Orchid

📋 copy color: '#8C1DBF'

red 140 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #8C1DBF

Tints of Dark Orchid #8C1DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.06%

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

R = 38.89%
G = 8.06%
B = 53.06%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C1DBF (or 0x8C1DBF) is known color: Dark Orchid. HEX triplet: 8C, 1D and BF. RGB value is (140,29,191). Sum of RGB (Red+Green+Blue) = 140+29+191=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C1DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1DBF is #73E240. Grayscale: #505050. Windows color (decimal): -7594561 or 12524940. OLE color: 12524940.

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

Color convert

RGB 140 29 191 -
CMYK 0.27 0.85 0 0.25
HSL 281.11º 0.74% 0.43% -
HSV(B) 281.11º 0.85% 0.75% -
XYZ 20.66 10.22 50.17 -
YUV 80.66 190.27 170.33 -
System Red Green Blue C M Y K H S L
Decimal 140 29 191 0.27 0.85 0 0.25 281.11 0.74 0.43
Hex 8C 1D BF 1B 55 0 19 119 4A 2B
Octal 214 35 277 33 125 0 31 431 112 53
Binary 10001100 11101 10111111 11011 1010101 0 11001 100011001 1001010 101011

Color Harmonies of #8C1DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1DBF

Black with #8C1DBF

Text Example


Text Example

White with #8C1DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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