Html Css Color HEX #8538B1 Studio

📋 copy color: '#8538B1'

red 133 ◦ green 56 ◦ blue 177

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

Shades of Studio #8538B1

Tints of Studio #8538B1

RGB

 RED value IS 133 (52.34% from 255) = 36.34%

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

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

R = 36.34%
G = 15.3%
B = 48.36%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8538B1 (or 0x8538B1) is known color: Studio. HEX triplet: 85, 38 and B1. RGB value is (133,56,177). Sum of RGB (Red+Green+Blue) = 133+56+177=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #8538B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8538B1 is #7AC74E. Grayscale: #5C5C5C. Windows color (decimal): -8046415 or 11614341. OLE color: 11614341.

HSL color Cylindrical-coordinate representation of color #8538B1: hue angle of 278.18º 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 #8538B1 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 56 177 -
CMYK 0.25 0.68 0 0.31
HSL 278.18º 0.52% 0.46% -
HSV(B) 278.18º 0.68% 0.69% -
XYZ 19.02 10.99 42.71 -
YUV 92.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 133 56 177 0.25 0.68 0 0.31 278.18 0.52 0.46
Hex 85 38 B1 19 44 0 1F 116 34 2E
Octal 205 70 261 31 104 0 37 426 64 56
Binary 10000101 111000 10110001 11001 1000100 0 11111 100010110 110100 101110

Color Harmonies of #8538B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8538B1

Black with #8538B1

Text Example


Text Example

White with #8538B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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