Html Css Color HEX #812CBE Dark Orchid

📋 copy color: '#812CBE'

red 129 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #812CBE

Tints of Dark Orchid #812CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.12%

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

R = 35.54%
G = 12.12%
B = 52.34%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#812CBE (or 0x812CBE) is known color: Dark Orchid. HEX triplet: 81, 2C and BE. RGB value is (129,44,190). Sum of RGB (Red+Green+Blue) = 129+44+190=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #812CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CBE is #7ED341. Grayscale: #555555. Windows color (decimal): -8311618 or 12463233. OLE color: 12463233.

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

Color convert

RGB 129 44 190 -
CMYK 0.32 0.77 0 0.25
HSL 274.93º 0.62% 0.46% -
HSV(B) 274.93º 0.77% 0.75% -
XYZ 19.25 10.19 49.67 -
YUV 86.06 186.66 158.63 -
System Red Green Blue C M Y K H S L
Decimal 129 44 190 0.32 0.77 0 0.25 274.93 0.62 0.46
Hex 81 2C BE 20 4D 0 19 113 3E 2E
Octal 201 54 276 40 115 0 31 423 76 56
Binary 10000001 101100 10111110 100000 1001101 0 11001 100010011 111110 101110

Color Harmonies of #812CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812CBE

Black with #812CBE

Text Example


Text Example

White with #812CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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