Html Css Color HEX #8140B4 Studio

📋 copy color: '#8140B4'

red 129 ◦ green 64 ◦ blue 180

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

Shades of Studio #8140B4

Tints of Studio #8140B4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

 BLUE value IS 180 (70.7% from 255) = 48.26%

R = 34.58%
G = 17.16%
B = 48.26%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8140B4 (or 0x8140B4) is known color: Studio. HEX triplet: 81, 40 and B4. RGB value is (129,64,180). Sum of RGB (Red+Green+Blue) = 129+64+180=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #8140B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140B4 is #7EBF4B. Grayscale: #606060. Windows color (decimal): -8306508 or 11812993. OLE color: 11812993.

HSL color Cylindrical-coordinate representation of color #8140B4: hue angle of 273.62º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8140B4 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 64 180 -
CMYK 0.28 0.64 0 0.29
HSL 273.62º 0.48% 0.48% -
HSV(B) 273.62º 0.64% 0.71% -
XYZ 19.12 11.63 44.42 -
YUV 96.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 129 64 180 0.28 0.64 0 0.29 273.62 0.48 0.48
Hex 81 40 B4 1C 40 0 1D 112 30 30
Octal 201 100 264 34 100 0 35 422 60 60
Binary 10000001 1000000 10110100 11100 1000000 0 11101 100010010 110000 110000

Color Harmonies of #8140B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8140B4

Black with #8140B4

Text Example


Text Example

White with #8140B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8140B4; }

 p { color: rgb(129,64,180); }

 H1.HeaderClassName
 {
   color: #8140B4;
 }
 .AnyTagClassName
 {
   color: #8140B4;
 }
</style>

background-color css

<style>
 a { background-color: #8140B4; }

 a { background-color: rgb(129,64,180); }

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

border-color css

<style>
 span { border-color: #8140B4; }

 span { border-color: rgb(129,64,180); }

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