Html Css Color HEX #813BC1 Dark Orchid

📋 copy color: '#813BC1'

red 129 ◦ green 59 ◦ blue 193

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

Shades of Dark Orchid #813BC1

Tints of Dark Orchid #813BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.49%

 BLUE value IS 193 (75.78% from 255) = 50.66%

R = 33.86%
G = 15.49%
B = 50.66%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#813BC1 (or 0x813BC1) is known color: Dark Orchid. HEX triplet: 81, 3B and C1. RGB value is (129,59,193). Sum of RGB (Red+Green+Blue) = 129+59+193=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #813BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BC1 is #7EC43E. Grayscale: #5E5E5E. Windows color (decimal): -8307775 or 12663681. OLE color: 12663681.

HSL color Cylindrical-coordinate representation of color #813BC1: hue angle of 271.34º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #813BC1 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 59 193 -
CMYK 0.33 0.69 0 0.24
HSL 271.34º 0.53% 0.49% -
HSV(B) 271.34º 0.69% 0.76% -
XYZ 20.24 11.65 51.63 -
YUV 95.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 129 59 193 0.33 0.69 0 0.24 271.34 0.53 0.49
Hex 81 3B C1 21 45 0 18 10F 35 31
Octal 201 73 301 41 105 0 30 417 65 61
Binary 10000001 111011 11000001 100001 1000101 0 11000 100001111 110101 110001

Color Harmonies of #813BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BC1

Black with #813BC1

Text Example


Text Example

White with #813BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813BC1; }

 p { color: rgb(129,59,193); }

 H1.HeaderClassName
 {
   color: #813BC1;
 }
 .AnyTagClassName
 {
   color: #813BC1;
 }
</style>

background-color css

<style>
 a { background-color: #813BC1; }

 a { background-color: rgb(129,59,193); }

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

border-color css

<style>
 span { border-color: #813BC1; }

 span { border-color: rgb(129,59,193); }

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