Html Css Color HEX #8354B3 Studio

📋 copy color: '#8354B3'

red 131 ◦ green 84 ◦ blue 179

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

Shades of Studio #8354B3

Tints of Studio #8354B3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.32%

 BLUE value IS 179 (70.31% from 255) = 45.43%

R = 33.25%
G = 21.32%
B = 45.43%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8354B3 (or 0x8354B3) is known color: Studio. HEX triplet: 83, 54 and B3. RGB value is (131,84,179). Sum of RGB (Red+Green+Blue) = 131+84+179=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #8354B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8354B3 is #7CAB4C. Grayscale: #6C6C6C. Windows color (decimal): -8170317 or 11752579. OLE color: 11752579.

HSL color Cylindrical-coordinate representation of color #8354B3: hue angle of 269.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8354B3 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 84 179 -
CMYK 0.27 0.53 0 0.30
HSL 269.68º 0.38% 0.52% -
HSV(B) 269.68º 0.53% 0.7% -
XYZ 20.67 14.42 44.34 -
YUV 108.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 131 84 179 0.27 0.53 0 0.30 269.68 0.38 0.52
Hex 83 54 B3 1B 35 0 1E 10E 26 34
Octal 203 124 263 33 65 0 36 416 46 64
Binary 10000011 1010100 10110011 11011 110101 0 11110 100001110 100110 110100

Color Harmonies of #8354B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8354B3

Black with #8354B3

Text Example


Text Example

White with #8354B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8354B3; }

 p { color: rgb(131,84,179); }

 H1.HeaderClassName
 {
   color: #8354B3;
 }
 .AnyTagClassName
 {
   color: #8354B3;
 }
</style>

background-color css

<style>
 a { background-color: #8354B3; }

 a { background-color: rgb(131,84,179); }

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

border-color css

<style>
 span { border-color: #8354B3; }

 span { border-color: rgb(131,84,179); }

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