Html Css Color HEX #8137B1 Studio

📋 copy color: '#8137B1'

red 129 ◦ green 55 ◦ blue 177

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

Shades of Studio #8137B1

Tints of Studio #8137B1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 177 (69.53% from 255) = 49.03%

R = 35.73%
G = 15.24%
B = 49.03%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8137B1 (or 0x8137B1) is known color: Studio. HEX triplet: 81, 37 and B1. RGB value is (129,55,177). Sum of RGB (Red+Green+Blue) = 129+55+177=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #8137B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8137B1 is #7EC84E. Grayscale: #5A5A5A. Windows color (decimal): -8308815 or 11614081. OLE color: 11614081.

HSL color Cylindrical-coordinate representation of color #8137B1: hue angle of 276.39º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8137B1 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 55 177 -
CMYK 0.27 0.69 0 0.31
HSL 276.39º 0.53% 0.45% -
HSV(B) 276.39º 0.69% 0.69% -
XYZ 18.36 10.57 42.67 -
YUV 91.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 129 55 177 0.27 0.69 0 0.31 276.39 0.53 0.45
Hex 81 37 B1 1B 45 0 1F 114 35 2D
Octal 201 67 261 33 105 0 37 424 65 55
Binary 10000001 110111 10110001 11011 1000101 0 11111 100010100 110101 101101

Color Harmonies of #8137B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8137B1

Black with #8137B1

Text Example


Text Example

White with #8137B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8137B1; }

 p { color: rgb(129,55,177); }

 H1.HeaderClassName
 {
   color: #8137B1;
 }
 .AnyTagClassName
 {
   color: #8137B1;
 }
</style>

background-color css

<style>
 a { background-color: #8137B1; }

 a { background-color: rgb(129,55,177); }

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

border-color css

<style>
 span { border-color: #8137B1; }

 span { border-color: rgb(129,55,177); }

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