Html Css Color HEX #813BBA Dark Orchid

📋 copy color: '#813BBA'

red 129 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #813BBA

Tints of Dark Orchid #813BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 34.49%
G = 15.78%
B = 49.73%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#813BBA (or 0x813BBA) is known color: Dark Orchid. HEX triplet: 81, 3B and BA. RGB value is (129,59,186). Sum of RGB (Red+Green+Blue) = 129+59+186=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #813BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BBA is #7EC445. Grayscale: #5D5D5D. Windows color (decimal): -8307782 or 12204929. OLE color: 12204929.

HSL color Cylindrical-coordinate representation of color #813BBA: hue angle of 273.07º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813BBA is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 59 186 -
CMYK 0.31 0.68 0 0.27
HSL 273.07º 0.52% 0.48% -
HSV(B) 273.07º 0.68% 0.73% -
XYZ 19.48 11.34 47.62 -
YUV 94.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 129 59 186 0.31 0.68 0 0.27 273.07 0.52 0.48
Hex 81 3B BA 1F 44 0 1B 111 34 30
Octal 201 73 272 37 104 0 33 421 64 60
Binary 10000001 111011 10111010 11111 1000100 0 11011 100010001 110100 110000

Color Harmonies of #813BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BBA

Black with #813BBA

Text Example


Text Example

White with #813BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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