Html Css Color HEX #8C3BBC Dark Orchid

📋 copy color: '#8C3BBC'

red 140 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #8C3BBC

Tints of Dark Orchid #8C3BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 36.18%
G = 15.25%
B = 48.58%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C3BBC (or 0x8C3BBC) is known color: Dark Orchid. HEX triplet: 8C, 3B and BC. RGB value is (140,59,188). Sum of RGB (Red+Green+Blue) = 140+59+188=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C3BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3BBC is #73C443. Grayscale: #616161. Windows color (decimal): -7586884 or 12336012. OLE color: 12336012.

HSL color Cylindrical-coordinate representation of color #8C3BBC: hue angle of 277.67º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C3BBC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 59 188 -
CMYK 0.26 0.69 0 0.26
HSL 277.67º 0.52% 0.48% -
HSV(B) 277.67º 0.69% 0.74% -
XYZ 21.46 12.33 48.83 -
YUV 97.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 140 59 188 0.26 0.69 0 0.26 277.67 0.52 0.48
Hex 8C 3B BC 1A 45 0 1A 116 34 30
Octal 214 73 274 32 105 0 32 426 64 60
Binary 10001100 111011 10111100 11010 1000101 0 11010 100010110 110100 110000

Color Harmonies of #8C3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3BBC

Black with #8C3BBC

Text Example


Text Example

White with #8C3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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