Html Css Color HEX #813CAD Studio

📋 copy color: '#813CAD'

red 129 ◦ green 60 ◦ blue 173

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

Shades of Studio #813CAD

Tints of Studio #813CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 35.64%
G = 16.57%
B = 47.79%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#813CAD (or 0x813CAD) is known color: Studio. HEX triplet: 81, 3C and AD. RGB value is (129,60,173). Sum of RGB (Red+Green+Blue) = 129+60+173=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #813CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813CAD is #7EC352. Grayscale: #5D5D5D. Windows color (decimal): -8307539 or 11353217. OLE color: 11353217.

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

Color convert

RGB 129 60 173 -
CMYK 0.25 0.65 0 0.32
HSL 276.64º 0.48% 0.46% -
HSV(B) 276.64º 0.65% 0.68% -
XYZ 18.21 10.92 40.68 -
YUV 93.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 129 60 173 0.25 0.65 0 0.32 276.64 0.48 0.46
Hex 81 3C AD 19 41 0 20 115 30 2E
Octal 201 74 255 31 101 0 40 425 60 56
Binary 10000001 111100 10101101 11001 1000001 0 100000 100010101 110000 101110

Color Harmonies of #813CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CAD

Black with #813CAD

Text Example


Text Example

White with #813CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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