Html Css Color HEX #8029BB Dark Orchid

📋 copy color: '#8029BB'

red 128 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #8029BB

Tints of Dark Orchid #8029BB

RGB

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

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

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

R = 35.96%
G = 11.52%
B = 52.53%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8029BB (or 0x8029BB) is known color: Dark Orchid. HEX triplet: 80, 29 and BB. RGB value is (128,41,187). Sum of RGB (Red+Green+Blue) = 128+41+187=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #8029BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029BB is #7FD644. Grayscale: #535353. Windows color (decimal): -8377925 or 12265856. OLE color: 12265856.

HSL color Cylindrical-coordinate representation of color #8029BB: hue angle of 275.75º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8029BB is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 41 187 -
CMYK 0.32 0.78 0 0.27
HSL 275.75º 0.64% 0.45% -
HSV(B) 275.75º 0.78% 0.73% -
XYZ 18.66 9.76 47.91 -
YUV 83.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 128 41 187 0.32 0.78 0 0.27 275.75 0.64 0.45
Hex 80 29 BB 20 4E 0 1B 114 40 2D
Octal 200 51 273 40 116 0 33 424 100 55
Binary 10000000 101001 10111011 100000 1001110 0 11011 100010100 1000000 101101

Color Harmonies of #8029BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8029BB

Black with #8029BB

Text Example


Text Example

White with #8029BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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