Html Css Color HEX #813DBF Dark Orchid

📋 copy color: '#813DBF'

red 129 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #813DBF

Tints of Dark Orchid #813DBF

RGB

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

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

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

R = 33.86%
G = 16.01%
B = 50.13%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#813DBF (or 0x813DBF) is known color: Dark Orchid. HEX triplet: 81, 3D and BF. RGB value is (129,61,191). Sum of RGB (Red+Green+Blue) = 129+61+191=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #813DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DBF is #7EC240. Grayscale: #5F5F5F. Windows color (decimal): -8307265 or 12533121. OLE color: 12533121.

HSL color Cylindrical-coordinate representation of color #813DBF: hue angle of 271.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813DBF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 61 191 -
CMYK 0.32 0.68 0 0.25
HSL 271.38º 0.52% 0.49% -
HSV(B) 271.38º 0.68% 0.75% -
XYZ 20.13 11.77 50.5 -
YUV 96.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 129 61 191 0.32 0.68 0 0.25 271.38 0.52 0.49
Hex 81 3D BF 20 44 0 19 10F 34 31
Octal 201 75 277 40 104 0 31 417 64 61
Binary 10000001 111101 10111111 100000 1000100 0 11001 100001111 110100 110001

Color Harmonies of #813DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DBF

Black with #813DBF

Text Example


Text Example

White with #813DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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