Html Css Color HEX #813ABC Dark Orchid

📋 copy color: '#813ABC'

red 129 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #813ABC

Tints of Dark Orchid #813ABC

RGB

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

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

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

R = 34.4%
G = 15.47%
B = 50.13%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#813ABC (or 0x813ABC) is known color: Dark Orchid. HEX triplet: 81, 3A and BC. RGB value is (129,58,188). Sum of RGB (Red+Green+Blue) = 129+58+188=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #813ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813ABC is #7EC543. Grayscale: #5D5D5D. Windows color (decimal): -8308036 or 12335745. OLE color: 12335745.

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

Color convert

RGB 129 58 188 -
CMYK 0.31 0.69 0 0.26
HSL 272.77º 0.53% 0.48% -
HSV(B) 272.77º 0.69% 0.74% -
XYZ 19.64 11.32 48.73 -
YUV 94.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 129 58 188 0.31 0.69 0 0.26 272.77 0.53 0.48
Hex 81 3A BC 1F 45 0 1A 111 35 30
Octal 201 72 274 37 105 0 32 421 65 60
Binary 10000001 111010 10111100 11111 1000101 0 11010 100010001 110101 110000

Color Harmonies of #813ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813ABC

Black with #813ABC

Text Example


Text Example

White with #813ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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