Html Css Color HEX #812EBE Dark Orchid

📋 copy color: '#812EBE'

red 129 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #812EBE

Tints of Dark Orchid #812EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 35.34%
G = 12.6%
B = 52.05%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#812EBE (or 0x812EBE) is known color: Dark Orchid. HEX triplet: 81, 2E and BE. RGB value is (129,46,190). Sum of RGB (Red+Green+Blue) = 129+46+190=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #812EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812EBE is #7ED141. Grayscale: #565656. Windows color (decimal): -8311106 or 12463745. OLE color: 12463745.

HSL color Cylindrical-coordinate representation of color #812EBE: hue angle of 274.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812EBE is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 46 190 -
CMYK 0.32 0.76 0 0.25
HSL 274.58º 0.61% 0.46% -
HSV(B) 274.58º 0.76% 0.75% -
XYZ 19.32 10.34 49.69 -
YUV 87.23 186 157.79 -
System Red Green Blue C M Y K H S L
Decimal 129 46 190 0.32 0.76 0 0.25 274.58 0.61 0.46
Hex 81 2E BE 20 4C 0 19 113 3D 2E
Octal 201 56 276 40 114 0 31 423 75 56
Binary 10000001 101110 10111110 100000 1001100 0 11001 100010011 111101 101110

Color Harmonies of #812EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812EBE

Black with #812EBE

Text Example


Text Example

White with #812EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812EBE; }

 p { color: rgb(129,46,190); }

 H1.HeaderClassName
 {
   color: #812EBE;
 }
 .AnyTagClassName
 {
   color: #812EBE;
 }
</style>

background-color css

<style>
 a { background-color: #812EBE; }

 a { background-color: rgb(129,46,190); }

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

border-color css

<style>
 span { border-color: #812EBE; }

 span { border-color: rgb(129,46,190); }

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