Html Css Color HEX #8C29BE Dark Orchid

📋 copy color: '#8C29BE'

red 140 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #8C29BE

Tints of Dark Orchid #8C29BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 37.74%
G = 11.05%
B = 51.21%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C29BE (or 0x8C29BE) is known color: Dark Orchid. HEX triplet: 8C, 29 and BE. RGB value is (140,41,190). Sum of RGB (Red+Green+Blue) = 140+41+190=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C29BE is #73D641. Grayscale: #575757. Windows color (decimal): -7591490 or 12462476. OLE color: 12462476.

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

Color convert

RGB 140 41 190 -
CMYK 0.26 0.78 0 0.25
HSL 279.87º 0.65% 0.45% -
HSV(B) 279.87º 0.78% 0.75% -
XYZ 20.9 10.88 49.71 -
YUV 87.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 140 41 190 0.26 0.78 0 0.25 279.87 0.65 0.45
Hex 8C 29 BE 1A 4E 0 19 118 41 2D
Octal 214 51 276 32 116 0 31 430 101 55
Binary 10001100 101001 10111110 11010 1001110 0 11001 100011000 1000001 101101

Color Harmonies of #8C29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C29BE

Black with #8C29BE

Text Example


Text Example

White with #8C29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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