Html Css Color HEX #815F9D Studio

📋 copy color: '#815F9D'

red 129 ◦ green 95 ◦ blue 157

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

Shades of Studio #815F9D

Tints of Studio #815F9D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.93%

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 33.86%
G = 24.93%
B = 41.21%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#815F9D (or 0x815F9D) is known color: Studio. HEX triplet: 81, 5F and 9D. RGB value is (129,95,157). Sum of RGB (Red+Green+Blue) = 129+95+157=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #815F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815F9D is #7EA062. Grayscale: #707070. Windows color (decimal): -8298595 or 10313601. OLE color: 10313601.

HSL color Cylindrical-coordinate representation of color #815F9D: hue angle of 272.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #815F9D is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 95 157 -
CMYK 0.18 0.39 0 0.38
HSL 272.9º 0.25% 0.49% -
HSV(B) 272.9º 0.39% 0.62% -
XYZ 19.23 15.29 33.84 -
YUV 112.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 129 95 157 0.18 0.39 0 0.38 272.9 0.25 0.49
Hex 81 5F 9D 12 27 0 26 111 19 31
Octal 201 137 235 22 47 0 46 421 31 61
Binary 10000001 1011111 10011101 10010 100111 0 100110 100010001 11001 110001

Color Harmonies of #815F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815F9D

Black with #815F9D

Text Example


Text Example

White with #815F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815F9D; }

 p { color: rgb(129,95,157); }

 H1.HeaderClassName
 {
   color: #815F9D;
 }
 .AnyTagClassName
 {
   color: #815F9D;
 }
</style>

background-color css

<style>
 a { background-color: #815F9D; }

 a { background-color: rgb(129,95,157); }

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

border-color css

<style>
 span { border-color: #815F9D; }

 span { border-color: rgb(129,95,157); }

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