Html Css Color HEX #812BB7 Dark Orchid

📋 copy color: '#812BB7'

red 129 ◦ green 43 ◦ blue 183

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

Shades of Dark Orchid #812BB7

Tints of Dark Orchid #812BB7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.11%

 BLUE value IS 183 (71.88% from 255) = 51.55%

R = 36.34%
G = 12.11%
B = 51.55%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#812BB7 (or 0x812BB7) is known color: Dark Orchid. HEX triplet: 81, 2B and B7. RGB value is (129,43,183). Sum of RGB (Red+Green+Blue) = 129+43+183=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 183 (71.88% from 255 or 51.55% from 355); Max value from RGB is 183 - color contains mainly: blue. Hex color #812BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812BB7 is #7ED448. Grayscale: #545454. Windows color (decimal): -8311881 or 12004225. OLE color: 12004225.

HSL color Cylindrical-coordinate representation of color #812BB7: hue angle of 276.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812BB7 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 43 183 -
CMYK 0.30 0.77 0 0.28
HSL 276.86º 0.62% 0.44% -
HSV(B) 276.86º 0.77% 0.72% -
XYZ 18.46 9.81 45.72 -
YUV 84.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 129 43 183 0.30 0.77 0 0.28 276.86 0.62 0.44
Hex 81 2B B7 1E 4D 0 1C 115 3E 2C
Octal 201 53 267 36 115 0 34 425 76 54
Binary 10000001 101011 10110111 11110 1001101 0 11100 100010101 111110 101100

Color Harmonies of #812BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812BB7

Black with #812BB7

Text Example


Text Example

White with #812BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,43,183); }

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

background-color css

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

 a { background-color: rgb(129,43,183); }

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

border-color css

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

 span { border-color: rgb(129,43,183); }

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