Html Css Color HEX #8C3CBB Dark Orchid

📋 copy color: '#8C3CBB'

red 140 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #8C3CBB

Tints of Dark Orchid #8C3CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.5%

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 36.18%
G = 15.5%
B = 48.32%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C3CBB (or 0x8C3CBB) is known color: Dark Orchid. HEX triplet: 8C, 3C and BB. RGB value is (140,60,187). Sum of RGB (Red+Green+Blue) = 140+60+187=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C3CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3CBB is #73C344. Grayscale: #616161. Windows color (decimal): -7586629 or 12270732. OLE color: 12270732.

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

Color convert

RGB 140 60 187 -
CMYK 0.25 0.68 0 0.27
HSL 277.8º 0.51% 0.48% -
HSV(B) 277.8º 0.68% 0.73% -
XYZ 21.4 12.4 48.28 -
YUV 98.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 140 60 187 0.25 0.68 0 0.27 277.8 0.51 0.48
Hex 8C 3C BB 19 44 0 1B 116 33 30
Octal 214 74 273 31 104 0 33 426 63 60
Binary 10001100 111100 10111011 11001 1000100 0 11011 100010110 110011 110000

Color Harmonies of #8C3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3CBB

Black with #8C3CBB

Text Example


Text Example

White with #8C3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,60,187); }

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

background-color css

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

 a { background-color: rgb(140,60,187); }

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

border-color css

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

 span { border-color: rgb(140,60,187); }

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