Html Css Color HEX #812BBD Dark Orchid

📋 copy color: '#812BBD'

red 129 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #812BBD

Tints of Dark Orchid #812BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 35.73%
G = 11.91%
B = 52.35%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#812BBD (or 0x812BBD) is known color: Dark Orchid. HEX triplet: 81, 2B and BD. RGB value is (129,43,189). Sum of RGB (Red+Green+Blue) = 129+43+189=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #812BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812BBD is #7ED442. Grayscale: #545454. Windows color (decimal): -8311875 or 12397441. OLE color: 12397441.

HSL color Cylindrical-coordinate representation of color #812BBD: hue angle of 275.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812BBD is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 43 189 -
CMYK 0.32 0.77 0 0.26
HSL 275.34º 0.63% 0.45% -
HSV(B) 275.34º 0.77% 0.74% -
XYZ 19.1 10.07 49.08 -
YUV 85.36 186.49 159.13 -
System Red Green Blue C M Y K H S L
Decimal 129 43 189 0.32 0.77 0 0.26 275.34 0.63 0.45
Hex 81 2B BD 20 4D 0 1A 113 3F 2D
Octal 201 53 275 40 115 0 32 423 77 55
Binary 10000001 101011 10111101 100000 1001101 0 11010 100010011 111111 101101

Color Harmonies of #812BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812BBD

Black with #812BBD

Text Example


Text Example

White with #812BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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