Html Css Color HEX #812BB3 Dark Orchid

📋 copy color: '#812BB3'

red 129 ◦ green 43 ◦ blue 179

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

Shades of Dark Orchid #812BB3

Tints of Dark Orchid #812BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51%

R = 36.75%
G = 12.25%
B = 51%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#812BB3 (or 0x812BB3) is known color: Dark Orchid. HEX triplet: 81, 2B and B3. RGB value is (129,43,179). Sum of RGB (Red+Green+Blue) = 129+43+179=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #812BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812BB3 is #7ED44C. Grayscale: #535353. Windows color (decimal): -8311885 or 11742081. OLE color: 11742081.

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

Color convert

RGB 129 43 179 -
CMYK 0.28 0.76 0 0.30
HSL 277.94º 0.61% 0.44% -
HSV(B) 277.94º 0.76% 0.7% -
XYZ 18.05 9.65 43.56 -
YUV 84.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 129 43 179 0.28 0.76 0 0.30 277.94 0.61 0.44
Hex 81 2B B3 1C 4C 0 1E 116 3D 2C
Octal 201 53 263 34 114 0 36 426 75 54
Binary 10000001 101011 10110011 11100 1001100 0 11110 100010110 111101 101100

Color Harmonies of #812BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812BB3

Black with #812BB3

Text Example


Text Example

White with #812BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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