Html Css Color HEX #813DBC Dark Orchid

📋 copy color: '#813DBC'

red 129 ◦ green 61 ◦ blue 188

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

Shades of Dark Orchid #813DBC

Tints of Dark Orchid #813DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 34.13%
G = 16.14%
B = 49.74%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#813DBC (or 0x813DBC) is known color: Dark Orchid. HEX triplet: 81, 3D and BC. RGB value is (129,61,188). Sum of RGB (Red+Green+Blue) = 129+61+188=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #813DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DBC is #7EC243. Grayscale: #5F5F5F. Windows color (decimal): -8307268 or 12336513. OLE color: 12336513.

HSL color Cylindrical-coordinate representation of color #813DBC: hue angle of 272.13º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813DBC is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 61 188 -
CMYK 0.31 0.68 0 0.26
HSL 272.13º 0.51% 0.49% -
HSV(B) 272.13º 0.68% 0.74% -
XYZ 19.8 11.64 48.78 -
YUV 95.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 129 61 188 0.31 0.68 0 0.26 272.13 0.51 0.49
Hex 81 3D BC 1F 44 0 1A 110 33 31
Octal 201 75 274 37 104 0 32 420 63 61
Binary 10000001 111101 10111100 11111 1000100 0 11010 100010000 110011 110001

Color Harmonies of #813DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DBC

Black with #813DBC

Text Example


Text Example

White with #813DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,61,188); }

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

background-color css

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

 a { background-color: rgb(129,61,188); }

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

border-color css

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

 span { border-color: rgb(129,61,188); }

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