Html Css Color HEX #812DBE Dark Orchid

📋 copy color: '#812DBE'

red 129 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #812DBE

Tints of Dark Orchid #812DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

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

R = 35.44%
G = 12.36%
B = 52.2%

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

#812DBE (or 0x812DBE) is known color: Dark Orchid. HEX triplet: 81, 2D and BE. RGB value is (129,45,190). Sum of RGB (Red+Green+Blue) = 129+45+190=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #812DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DBE is #7ED241. Grayscale: #565656. Windows color (decimal): -8311362 or 12463489. OLE color: 12463489.

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

Color convert

RGB 129 45 190 -
CMYK 0.32 0.76 0 0.25
HSL 274.76º 0.62% 0.46% -
HSV(B) 274.76º 0.76% 0.75% -
XYZ 19.29 10.26 49.68 -
YUV 86.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 129 45 190 0.32 0.76 0 0.25 274.76 0.62 0.46
Hex 81 2D BE 20 4C 0 19 113 3E 2E
Octal 201 55 276 40 114 0 31 423 76 56
Binary 10000001 101101 10111110 100000 1001100 0 11001 100010011 111110 101110

Color Harmonies of #812DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812DBE

Black with #812DBE

Text Example


Text Example

White with #812DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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