Html Css Color HEX #8121BF Dark Orchid

📋 copy color: '#8121BF'

red 129 ◦ green 33 ◦ blue 191

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

Shades of Dark Orchid #8121BF

Tints of Dark Orchid #8121BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 36.54%
G = 9.35%
B = 54.11%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8121BF (or 0x8121BF) is known color: Dark Orchid. HEX triplet: 81, 21 and BF. RGB value is (129,33,191). Sum of RGB (Red+Green+Blue) = 129+33+191=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #8121BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8121BF is #7EDE40. Grayscale: #4F4F4F. Windows color (decimal): -8314433 or 12525953. OLE color: 12525953.

HSL color Cylindrical-coordinate representation of color #8121BF: hue angle of 276.46º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8121BF is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 33 191 -
CMYK 0.32 0.83 0 0.25
HSL 276.46º 0.71% 0.44% -
HSV(B) 276.46º 0.83% 0.75% -
XYZ 19 9.52 50.13 -
YUV 79.72 190.8 163.15 -
System Red Green Blue C M Y K H S L
Decimal 129 33 191 0.32 0.83 0 0.25 276.46 0.71 0.44
Hex 81 21 BF 20 53 0 19 114 47 2C
Octal 201 41 277 40 123 0 31 424 107 54
Binary 10000001 100001 10111111 100000 1010011 0 11001 100010100 1000111 101100

Color Harmonies of #8121BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8121BF

Black with #8121BF

Text Example


Text Example

White with #8121BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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