Html Css Color HEX #8C3BCE Dark Orchid

📋 copy color: '#8C3BCE'

red 140 ◦ green 59 ◦ blue 206

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

Shades of Dark Orchid #8C3BCE

Tints of Dark Orchid #8C3BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.57%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 34.57%
G = 14.57%
B = 50.86%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C3BCE (or 0x8C3BCE) is known color: Dark Orchid. HEX triplet: 8C, 3B and CE. RGB value is (140,59,206). Sum of RGB (Red+Green+Blue) = 140+59+206=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C3BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3BCE is #73C431. Grayscale: #636363. Windows color (decimal): -7586866 or 13515660. OLE color: 13515660.

HSL color Cylindrical-coordinate representation of color #8C3BCE: hue angle of 273.06º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3BCE is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 59 206 -
CMYK 0.32 0.71 0 0.19
HSL 273.06º 0.6% 0.52% -
HSV(B) 273.06º 0.71% 0.81% -
XYZ 23.52 13.16 59.69 -
YUV 99.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 140 59 206 0.32 0.71 0 0.19 273.06 0.6 0.52
Hex 8C 3B CE 20 47 0 13 111 3C 34
Octal 214 73 316 40 107 0 23 421 74 64
Binary 10001100 111011 11001110 100000 1000111 0 10011 100010001 111100 110100

Color Harmonies of #8C3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3BCE

Black with #8C3BCE

Text Example


Text Example

White with #8C3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,59,206); }

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

background-color css

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

 a { background-color: rgb(140,59,206); }

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

border-color css

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

 span { border-color: rgb(140,59,206); }

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