Html Css Color HEX #8123BD Dark Orchid

📋 copy color: '#8123BD'

red 129 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #8123BD

Tints of Dark Orchid #8123BD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.92%

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 36.54%
G = 9.92%
B = 53.54%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8123BD (or 0x8123BD) is known color: Dark Orchid. HEX triplet: 81, 23 and BD. RGB value is (129,35,189). Sum of RGB (Red+Green+Blue) = 129+35+189=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #8123BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8123BD is #7EDC42. Grayscale: #505050. Windows color (decimal): -8313923 or 12395393. OLE color: 12395393.

HSL color Cylindrical-coordinate representation of color #8123BD: hue angle of 276.62º degrees, saturation: 0.69, 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 #8123BD is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 35 189 -
CMYK 0.32 0.81 0 0.26
HSL 276.62º 0.69% 0.44% -
HSV(B) 276.62º 0.81% 0.74% -
XYZ 18.84 9.54 48.99 -
YUV 80.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 129 35 189 0.32 0.81 0 0.26 276.62 0.69 0.44
Hex 81 23 BD 20 51 0 1A 115 45 2C
Octal 201 43 275 40 121 0 32 425 105 54
Binary 10000001 100011 10111101 100000 1010001 0 11010 100010101 1000101 101100

Color Harmonies of #8123BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8123BD

Black with #8123BD

Text Example


Text Example

White with #8123BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8123BD; }

 p { color: rgb(129,35,189); }

 H1.HeaderClassName
 {
   color: #8123BD;
 }
 .AnyTagClassName
 {
   color: #8123BD;
 }
</style>

background-color css

<style>
 a { background-color: #8123BD; }

 a { background-color: rgb(129,35,189); }

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

border-color css

<style>
 span { border-color: #8123BD; }

 span { border-color: rgb(129,35,189); }

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