Html Css Color HEX #813CBA Studio

📋 copy color: '#813CBA'

red 129 ◦ green 60 ◦ blue 186

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

Shades of Studio #813CBA

Tints of Studio #813CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

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

R = 34.4%
G = 16%
B = 49.6%

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

#813CBA (or 0x813CBA) is known color: Studio. HEX triplet: 81, 3C and BA. RGB value is (129,60,186). Sum of RGB (Red+Green+Blue) = 129+60+186=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #813CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813CBA is #7EC345. Grayscale: #5E5E5E. Windows color (decimal): -8307526 or 12205185. OLE color: 12205185.

HSL color Cylindrical-coordinate representation of color #813CBA: hue angle of 272.86º degrees, saturation: 0.51, 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 #813CBA is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 60 186 -
CMYK 0.31 0.68 0 0.27
HSL 272.86º 0.51% 0.48% -
HSV(B) 272.86º 0.68% 0.73% -
XYZ 19.53 11.44 47.63 -
YUV 95 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 129 60 186 0.31 0.68 0 0.27 272.86 0.51 0.48
Hex 81 3C BA 1F 44 0 1B 111 33 30
Octal 201 74 272 37 104 0 33 421 63 60
Binary 10000001 111100 10111010 11111 1000100 0 11011 100010001 110011 110000

Color Harmonies of #813CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CBA

Black with #813CBA

Text Example


Text Example

White with #813CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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