Html Css Color HEX #812CBF Dark Orchid

📋 copy color: '#812CBF'

red 129 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #812CBF

Tints of Dark Orchid #812CBF

RGB

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

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

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

R = 35.44%
G = 12.09%
B = 52.47%

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

#812CBF (or 0x812CBF) is known color: Dark Orchid. HEX triplet: 81, 2C and BF. RGB value is (129,44,191). Sum of RGB (Red+Green+Blue) = 129+44+191=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #812CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CBF is #7ED340. Grayscale: #555555. Windows color (decimal): -8311617 or 12528769. OLE color: 12528769.

HSL color Cylindrical-coordinate representation of color #812CBF: hue angle of 274.69º degrees, saturation: 0.63, 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 #812CBF is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 44 191 -
CMYK 0.32 0.77 0 0.25
HSL 274.69º 0.63% 0.46% -
HSV(B) 274.69º 0.77% 0.75% -
XYZ 19.36 10.23 50.24 -
YUV 86.17 187.16 158.55 -
System Red Green Blue C M Y K H S L
Decimal 129 44 191 0.32 0.77 0 0.25 274.69 0.63 0.46
Hex 81 2C BF 20 4D 0 19 113 3F 2E
Octal 201 54 277 40 115 0 31 423 77 56
Binary 10000001 101100 10111111 100000 1001101 0 11001 100010011 111111 101110

Color Harmonies of #812CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812CBF

Black with #812CBF

Text Example


Text Example

White with #812CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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