Html Css Color HEX #812DBB Dark Orchid

📋 copy color: '#812DBB'

red 129 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #812DBB

Tints of Dark Orchid #812DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 35.73%
G = 12.47%
B = 51.8%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#812DBB (or 0x812DBB) is known color: Dark Orchid. HEX triplet: 81, 2D and BB. RGB value is (129,45,187). Sum of RGB (Red+Green+Blue) = 129+45+187=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #812DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DBB is #7ED244. Grayscale: #555555. Windows color (decimal): -8311365 or 12266881. OLE color: 12266881.

HSL color Cylindrical-coordinate representation of color #812DBB: hue angle of 275.49º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812DBB is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 45 187 -
CMYK 0.31 0.76 0 0.27
HSL 275.49º 0.61% 0.45% -
HSV(B) 275.49º 0.76% 0.73% -
XYZ 18.96 10.13 47.97 -
YUV 86.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 129 45 187 0.31 0.76 0 0.27 275.49 0.61 0.45
Hex 81 2D BB 1F 4C 0 1B 113 3D 2D
Octal 201 55 273 37 114 0 33 423 75 55
Binary 10000001 101101 10111011 11111 1001100 0 11011 100010011 111101 101101

Color Harmonies of #812DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812DBB

Black with #812DBB

Text Example


Text Example

White with #812DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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