Html Css Color HEX #8129BB Dark Orchid

📋 copy color: '#8129BB'

red 129 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #8129BB

Tints of Dark Orchid #8129BB

RGB

 RED value IS 129 (50.78% from 255) = 36.13%

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

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

R = 36.13%
G = 11.48%
B = 52.38%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8129BB (or 0x8129BB) is known color: Dark Orchid. HEX triplet: 81, 29 and BB. RGB value is (129,41,187). Sum of RGB (Red+Green+Blue) = 129+41+187=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #8129BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8129BB is #7ED644. Grayscale: #535353. Windows color (decimal): -8312389 or 12265857. OLE color: 12265857.

HSL color Cylindrical-coordinate representation of color #8129BB: hue angle of 276.16º 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 #8129BB is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 41 187 -
CMYK 0.31 0.78 0 0.27
HSL 276.16º 0.64% 0.45% -
HSV(B) 276.16º 0.78% 0.73% -
XYZ 18.82 9.84 47.92 -
YUV 83.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 129 41 187 0.31 0.78 0 0.27 276.16 0.64 0.45
Hex 81 29 BB 1F 4E 0 1B 114 40 2D
Octal 201 51 273 37 116 0 33 424 100 55
Binary 10000001 101001 10111011 11111 1001110 0 11011 100010100 1000000 101101

Color Harmonies of #8129BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8129BB

Black with #8129BB

Text Example


Text Example

White with #8129BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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