Html Css Color HEX #8124BC Dark Orchid

📋 copy color: '#8124BC'

red 129 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #8124BC

Tints of Dark Orchid #8124BC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

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

R = 36.54%
G = 10.2%
B = 53.26%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8124BC (or 0x8124BC) is known color: Dark Orchid. HEX triplet: 81, 24 and BC. RGB value is (129,36,188). Sum of RGB (Red+Green+Blue) = 129+36+188=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #8124BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8124BC is #7EDB43. Grayscale: #505050. Windows color (decimal): -8313668 or 12330113. OLE color: 12330113.

HSL color Cylindrical-coordinate representation of color #8124BC: hue angle of 276.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8124BC is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 36 188 -
CMYK 0.31 0.81 0 0.26
HSL 276.71º 0.68% 0.44% -
HSV(B) 276.71º 0.81% 0.74% -
XYZ 18.76 9.56 48.43 -
YUV 81.14 188.31 162.14 -
System Red Green Blue C M Y K H S L
Decimal 129 36 188 0.31 0.81 0 0.26 276.71 0.68 0.44
Hex 81 24 BC 1F 51 0 1A 115 44 2C
Octal 201 44 274 37 121 0 32 425 104 54
Binary 10000001 100100 10111100 11111 1010001 0 11010 100010101 1000100 101100

Color Harmonies of #8124BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8124BC

Black with #8124BC

Text Example


Text Example

White with #8124BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,36,188); }

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

background-color css

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

 a { background-color: rgb(129,36,188); }

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

border-color css

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

 span { border-color: rgb(129,36,188); }

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