Html Css Color HEX #812BB5 Dark Orchid

📋 copy color: '#812BB5'

red 129 ◦ green 43 ◦ blue 181

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

Shades of Dark Orchid #812BB5

Tints of Dark Orchid #812BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 51.27%

R = 36.54%
G = 12.18%
B = 51.27%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#812BB5 (or 0x812BB5) is known color: Dark Orchid. HEX triplet: 81, 2B and B5. RGB value is (129,43,181). Sum of RGB (Red+Green+Blue) = 129+43+181=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #812BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812BB5 is #7ED44A. Grayscale: #535353. Windows color (decimal): -8311883 or 11873153. OLE color: 11873153.

HSL color Cylindrical-coordinate representation of color #812BB5: hue angle of 277.39º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812BB5 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 43 181 -
CMYK 0.29 0.76 0 0.29
HSL 277.39º 0.62% 0.44% -
HSV(B) 277.39º 0.76% 0.71% -
XYZ 18.26 9.73 44.63 -
YUV 84.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 129 43 181 0.29 0.76 0 0.29 277.39 0.62 0.44
Hex 81 2B B5 1D 4C 0 1D 115 3E 2C
Octal 201 53 265 35 114 0 35 425 76 54
Binary 10000001 101011 10110101 11101 1001100 0 11101 100010101 111110 101100

Color Harmonies of #812BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812BB5

Black with #812BB5

Text Example


Text Example

White with #812BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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