Html Css Color HEX #812ABF Dark Orchid

📋 copy color: '#812ABF'

red 129 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #812ABF

Tints of Dark Orchid #812ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.6%

 BLUE value IS 191 (75% from 255) = 52.76%

R = 35.64%
G = 11.6%
B = 52.76%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#812ABF (or 0x812ABF) is known color: Dark Orchid. HEX triplet: 81, 2A and BF. RGB value is (129,42,191). Sum of RGB (Red+Green+Blue) = 129+42+191=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #812ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ABF is #7ED540. Grayscale: #545454. Windows color (decimal): -8312129 or 12528257. OLE color: 12528257.

HSL color Cylindrical-coordinate representation of color #812ABF: hue angle of 275.03º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812ABF is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 42 191 -
CMYK 0.32 0.78 0 0.25
HSL 275.03º 0.64% 0.46% -
HSV(B) 275.03º 0.78% 0.75% -
XYZ 19.29 10.08 50.22 -
YUV 85 187.82 159.38 -
System Red Green Blue C M Y K H S L
Decimal 129 42 191 0.32 0.78 0 0.25 275.03 0.64 0.46
Hex 81 2A BF 20 4E 0 19 113 40 2E
Octal 201 52 277 40 116 0 31 423 100 56
Binary 10000001 101010 10111111 100000 1001110 0 11001 100010011 1000000 101110

Color Harmonies of #812ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812ABF

Black with #812ABF

Text Example


Text Example

White with #812ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,42,191); }

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

background-color css

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

 a { background-color: rgb(129,42,191); }

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

border-color css

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

 span { border-color: rgb(129,42,191); }

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