Html Css Color HEX #8029BC Dark Orchid

📋 copy color: '#8029BC'

red 128 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #8029BC

Tints of Dark Orchid #8029BC

RGB

 RED value IS 128 (50.39% from 255) = 35.85%

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

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

R = 35.85%
G = 11.48%
B = 52.66%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8029BC (or 0x8029BC) is known color: Dark Orchid. HEX triplet: 80, 29 and BC. RGB value is (128,41,188). Sum of RGB (Red+Green+Blue) = 128+41+188=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #8029BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029BC is #7FD643. Grayscale: #535353. Windows color (decimal): -8377924 or 12331392. OLE color: 12331392.

HSL color Cylindrical-coordinate representation of color #8029BC: hue angle of 275.51º 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 #8029BC is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 41 188 -
CMYK 0.32 0.78 0 0.26
HSL 275.51º 0.64% 0.45% -
HSV(B) 275.51º 0.78% 0.74% -
XYZ 18.77 9.81 48.48 -
YUV 83.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 128 41 188 0.32 0.78 0 0.26 275.51 0.64 0.45
Hex 80 29 BC 20 4E 0 1A 114 40 2D
Octal 200 51 274 40 116 0 32 424 100 55
Binary 10000000 101001 10111100 100000 1001110 0 11010 100010100 1000000 101101

Color Harmonies of #8029BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8029BC

Black with #8029BC

Text Example


Text Example

White with #8029BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8029BC; }

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

 H1.HeaderClassName
 {
   color: #8029BC;
 }
 .AnyTagClassName
 {
   color: #8029BC;
 }
</style>

background-color css

<style>
 a { background-color: #8029BC; }

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

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

border-color css

<style>
 span { border-color: #8029BC; }

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

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