Html Css Color HEX #8121BA Dark Orchid

📋 copy color: '#8121BA'

red 129 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #8121BA

Tints of Dark Orchid #8121BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 37.07%
G = 9.48%
B = 53.45%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8121BA (or 0x8121BA) is known color: Dark Orchid. HEX triplet: 81, 21 and BA. RGB value is (129,33,186). Sum of RGB (Red+Green+Blue) = 129+33+186=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #8121BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8121BA is #7EDE45. Grayscale: #4E4E4E. Windows color (decimal): -8314438 or 12198273. OLE color: 12198273.

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

Color convert

RGB 129 33 186 -
CMYK 0.31 0.82 0 0.27
HSL 277.65º 0.7% 0.43% -
HSV(B) 277.65º 0.82% 0.73% -
XYZ 18.46 9.3 47.28 -
YUV 79.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 129 33 186 0.31 0.82 0 0.27 277.65 0.7 0.43
Hex 81 21 BA 1F 52 0 1B 116 46 2B
Octal 201 41 272 37 122 0 33 426 106 53
Binary 10000001 100001 10111010 11111 1010010 0 11011 100010110 1000110 101011

Color Harmonies of #8121BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8121BA

Black with #8121BA

Text Example


Text Example

White with #8121BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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