Html Css Color HEX #8124BA Dark Orchid

📋 copy color: '#8124BA'

red 129 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #8124BA

Tints of Dark Orchid #8124BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 36.75%
G = 10.26%
B = 52.99%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8124BA (or 0x8124BA) is known color: Dark Orchid. HEX triplet: 81, 24 and BA. RGB value is (129,36,186). Sum of RGB (Red+Green+Blue) = 129+36+186=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #8124BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8124BA is #7EDB45. Grayscale: #505050. Windows color (decimal): -8313670 or 12199041. OLE color: 12199041.

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

Color convert

RGB 129 36 186 -
CMYK 0.31 0.81 0 0.27
HSL 277.2º 0.68% 0.44% -
HSV(B) 277.2º 0.81% 0.73% -
XYZ 18.55 9.47 47.31 -
YUV 80.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 129 36 186 0.31 0.81 0 0.27 277.2 0.68 0.44
Hex 81 24 BA 1F 51 0 1B 115 44 2C
Octal 201 44 272 37 121 0 33 425 104 54
Binary 10000001 100100 10111010 11111 1010001 0 11011 100010101 1000100 101100

Color Harmonies of #8124BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8124BA

Black with #8124BA

Text Example


Text Example

White with #8124BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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