Html Css Color HEX #811CC4 Dark Orchid

📋 copy color: '#811CC4'

red 129 ◦ green 28 ◦ blue 196

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

Shades of Dark Orchid #811CC4

Tints of Dark Orchid #811CC4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

 BLUE value IS 196 (76.95% from 255) = 55.52%

R = 36.54%
G = 7.93%
B = 55.52%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#811CC4 (or 0x811CC4) is known color: Dark Orchid. HEX triplet: 81, 1C and C4. RGB value is (129,28,196). Sum of RGB (Red+Green+Blue) = 129+28+196=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #811CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CC4 is #7EE33B. Grayscale: #4C4C4C. Windows color (decimal): -8315708 or 12852353. OLE color: 12852353.

HSL color Cylindrical-coordinate representation of color #811CC4: hue angle of 276.07º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811CC4 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 129 28 196 -
CMYK 0.34 0.86 0 0.23
HSL 276.07º 0.75% 0.44% -
HSV(B) 276.07º 0.86% 0.77% -
XYZ 19.43 9.48 53.03 -
YUV 77.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 129 28 196 0.34 0.86 0 0.23 276.07 0.75 0.44
Hex 81 1C C4 22 56 0 17 114 4B 2C
Octal 201 34 304 42 126 0 27 424 113 54
Binary 10000001 11100 11000100 100010 1010110 0 10111 100010100 1001011 101100

Color Harmonies of #811CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811CC4

Black with #811CC4

Text Example


Text Example

White with #811CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811CC4; }

 p { color: rgb(129,28,196); }

 H1.HeaderClassName
 {
   color: #811CC4;
 }
 .AnyTagClassName
 {
   color: #811CC4;
 }
</style>

background-color css

<style>
 a { background-color: #811CC4; }

 a { background-color: rgb(129,28,196); }

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

border-color css

<style>
 span { border-color: #811CC4; }

 span { border-color: rgb(129,28,196); }

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