Html Css Color HEX #813AC3 Dark Orchid

📋 copy color: '#813AC3'

red 129 ◦ green 58 ◦ blue 195

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

Shades of Dark Orchid #813AC3

Tints of Dark Orchid #813AC3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.18%

 BLUE value IS 195 (76.56% from 255) = 51.05%

R = 33.77%
G = 15.18%
B = 51.05%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#813AC3 (or 0x813AC3) is known color: Dark Orchid. HEX triplet: 81, 3A and C3. RGB value is (129,58,195). Sum of RGB (Red+Green+Blue) = 129+58+195=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #813AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813AC3 is #7EC53C. Grayscale: #5E5E5E. Windows color (decimal): -8308029 or 12794497. OLE color: 12794497.

HSL color Cylindrical-coordinate representation of color #813AC3: hue angle of 271.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #813AC3 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 58 195 -
CMYK 0.34 0.70 0 0.24
HSL 271.09º 0.54% 0.5% -
HSV(B) 271.09º 0.7% 0.76% -
XYZ 20.42 11.63 52.8 -
YUV 94.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 129 58 195 0.34 0.70 0 0.24 271.09 0.54 0.5
Hex 81 3A C3 22 46 0 18 10F 36 32
Octal 201 72 303 42 106 0 30 417 66 62
Binary 10000001 111010 11000011 100010 1000110 0 11000 100001111 110110 110010

Color Harmonies of #813AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813AC3

Black with #813AC3

Text Example


Text Example

White with #813AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,58,195); }

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

background-color css

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

 a { background-color: rgb(129,58,195); }

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

border-color css

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

 span { border-color: rgb(129,58,195); }

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