Html Css Color HEX #8038B1 Studio

📋 copy color: '#8038B1'

red 128 ◦ green 56 ◦ blue 177

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

Shades of Studio #8038B1

Tints of Studio #8038B1

RGB

 RED value IS 128 (50.39% from 255) = 35.46%

 GREEN value IS 56 (22.27% from 255) = 15.51%

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

R = 35.46%
G = 15.51%
B = 49.03%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8038B1 (or 0x8038B1) is known color: Studio. HEX triplet: 80, 38 and B1. RGB value is (128,56,177). Sum of RGB (Red+Green+Blue) = 128+56+177=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 56 (22.27% from 255 or 15.51% 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 #8038B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8038B1 is #7FC74E. Grayscale: #5A5A5A. Windows color (decimal): -8374095 or 11614336. OLE color: 11614336.

HSL color Cylindrical-coordinate representation of color #8038B1: hue angle of 275.7º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8038B1 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 56 177 -
CMYK 0.28 0.68 0 0.31
HSL 275.7º 0.52% 0.46% -
HSV(B) 275.7º 0.68% 0.69% -
XYZ 18.25 10.59 42.68 -
YUV 91.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 128 56 177 0.28 0.68 0 0.31 275.7 0.52 0.46
Hex 80 38 B1 1C 44 0 1F 114 34 2E
Octal 200 70 261 34 104 0 37 424 64 56
Binary 10000000 111000 10110001 11100 1000100 0 11111 100010100 110100 101110

Color Harmonies of #8038B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8038B1

Black with #8038B1

Text Example


Text Example

White with #8038B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,56,177); }

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

background-color css

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

 a { background-color: rgb(128,56,177); }

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

border-color css

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

 span { border-color: rgb(128,56,177); }

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