Html Css Color HEX #8358B1 Studio

📋 copy color: '#8358B1'

red 131 ◦ green 88 ◦ blue 177

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

Shades of Studio #8358B1

Tints of Studio #8358B1

RGB

 RED value IS 131 (51.56% from 255) = 33.08%

 GREEN value IS 88 (34.77% from 255) = 22.22%

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

R = 33.08%
G = 22.22%
B = 44.7%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8358B1 (or 0x8358B1) is known color: Studio. HEX triplet: 83, 58 and B1. RGB value is (131,88,177). Sum of RGB (Red+Green+Blue) = 131+88+177=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #8358B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8358B1 is #7CA74E. Grayscale: #6E6E6E. Windows color (decimal): -8169295 or 11622531. OLE color: 11622531.

HSL color Cylindrical-coordinate representation of color #8358B1: hue angle of 268.99º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8358B1 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 88 177 -
CMYK 0.26 0.50 0 0.31
HSL 268.99º 0.36% 0.52% -
HSV(B) 268.99º 0.5% 0.69% -
XYZ 20.79 14.98 43.39 -
YUV 111 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 131 88 177 0.26 0.50 0 0.31 268.99 0.36 0.52
Hex 83 58 B1 1A 32 0 1F 10D 24 34
Octal 203 130 261 32 62 0 37 415 44 64
Binary 10000011 1011000 10110001 11010 110010 0 11111 100001101 100100 110100

Color Harmonies of #8358B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358B1

Black with #8358B1

Text Example


Text Example

White with #8358B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,88,177); }

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

background-color css

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

 a { background-color: rgb(131,88,177); }

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

border-color css

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

 span { border-color: rgb(131,88,177); }

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