Html Css Color HEX #8C2BBE Dark Orchid

📋 copy color: '#8C2BBE'

red 140 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #8C2BBE

Tints of Dark Orchid #8C2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.53%

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

R = 37.53%
G = 11.53%
B = 50.94%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C2BBE (or 0x8C2BBE) is known color: Dark Orchid. HEX triplet: 8C, 2B and BE. RGB value is (140,43,190). Sum of RGB (Red+Green+Blue) = 140+43+190=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BBE is #73D441. Grayscale: #585858. Windows color (decimal): -7590978 or 12462988. OLE color: 12462988.

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

Color convert

RGB 140 43 190 -
CMYK 0.26 0.77 0 0.25
HSL 279.59º 0.63% 0.46% -
HSV(B) 279.59º 0.77% 0.75% -
XYZ 20.97 11.02 49.74 -
YUV 88.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 140 43 190 0.26 0.77 0 0.25 279.59 0.63 0.46
Hex 8C 2B BE 1A 4D 0 19 118 3F 2E
Octal 214 53 276 32 115 0 31 430 77 56
Binary 10001100 101011 10111110 11010 1001101 0 11001 100011000 111111 101110

Color Harmonies of #8C2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2BBE

Black with #8C2BBE

Text Example


Text Example

White with #8C2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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