Html Css Color HEX #8358AB Studio

📋 copy color: '#8358AB'

red 131 ◦ green 88 ◦ blue 171

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

Shades of Studio #8358AB

Tints of Studio #8358AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 33.59%
G = 22.56%
B = 43.85%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8358AB (or 0x8358AB) is known color: Studio. HEX triplet: 83, 58 and AB. RGB value is (131,88,171). Sum of RGB (Red+Green+Blue) = 131+88+171=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #8358AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8358AB is #7CA754. Grayscale: #6E6E6E. Windows color (decimal): -8169301 or 11229315. OLE color: 11229315.

HSL color Cylindrical-coordinate representation of color #8358AB: hue angle of 271.08º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8358AB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 88 171 -
CMYK 0.23 0.49 0 0.33
HSL 271.08º 0.33% 0.51% -
HSV(B) 271.08º 0.49% 0.67% -
XYZ 20.2 14.75 40.31 -
YUV 110.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 131 88 171 0.23 0.49 0 0.33 271.08 0.33 0.51
Hex 83 58 AB 17 31 0 21 10F 21 33
Octal 203 130 253 27 61 0 41 417 41 63
Binary 10000011 1011000 10101011 10111 110001 0 100001 100001111 100001 110011

Color Harmonies of #8358AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358AB

Black with #8358AB

Text Example


Text Example

White with #8358AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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