Html Css Color HEX #8C3DBE Dark Orchid

📋 copy color: '#8C3DBE'

red 140 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #8C3DBE

Tints of Dark Orchid #8C3DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 35.81%
G = 15.6%
B = 48.59%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C3DBE (or 0x8C3DBE) is known color: Dark Orchid. HEX triplet: 8C, 3D and BE. RGB value is (140,61,190). Sum of RGB (Red+Green+Blue) = 140+61+190=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DBE is #73C241. Grayscale: #626262. Windows color (decimal): -7586370 or 12467596. OLE color: 12467596.

HSL color Cylindrical-coordinate representation of color #8C3DBE: hue angle of 276.74º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C3DBE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 61 190 -
CMYK 0.26 0.68 0 0.25
HSL 276.74º 0.51% 0.49% -
HSV(B) 276.74º 0.68% 0.75% -
XYZ 21.78 12.63 50.01 -
YUV 99.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 140 61 190 0.26 0.68 0 0.25 276.74 0.51 0.49
Hex 8C 3D BE 1A 44 0 19 115 33 31
Octal 214 75 276 32 104 0 31 425 63 61
Binary 10001100 111101 10111110 11010 1000100 0 11001 100010101 110011 110001

Color Harmonies of #8C3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3DBE

Black with #8C3DBE

Text Example


Text Example

White with #8C3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,61,190); }

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

background-color css

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

 a { background-color: rgb(140,61,190); }

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

border-color css

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

 span { border-color: rgb(140,61,190); }

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