Html Css Color HEX #8B29BC Dark Orchid

📋 copy color: '#8B29BC'

red 139 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #8B29BC

Tints of Dark Orchid #8B29BC

RGB

 RED value IS 139 (54.69% from 255) = 37.77%

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

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

R = 37.77%
G = 11.14%
B = 51.09%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8B29BC (or 0x8B29BC) is known color: Dark Orchid. HEX triplet: 8B, 29 and BC. RGB value is (139,41,188). Sum of RGB (Red+Green+Blue) = 139+41+188=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B29BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B29BC is #74D643. Grayscale: #565656. Windows color (decimal): -7657028 or 12331403. OLE color: 12331403.

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

Color convert

RGB 139 41 188 -
CMYK 0.26 0.78 0 0.26
HSL 280º 0.64% 0.45% -
HSV(B) 280º 0.78% 0.74% -
XYZ 20.52 10.71 48.56 -
YUV 87.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 139 41 188 0.26 0.78 0 0.26 280 0.64 0.45
Hex 8B 29 BC 1A 4E 0 1A 118 40 2D
Octal 213 51 274 32 116 0 32 430 100 55
Binary 10001011 101001 10111100 11010 1001110 0 11010 100011000 1000000 101101

Color Harmonies of #8B29BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B29BC

Black with #8B29BC

Text Example


Text Example

White with #8B29BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,41,188); }

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

background-color css

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

 a { background-color: rgb(139,41,188); }

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

border-color css

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

 span { border-color: rgb(139,41,188); }

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