Html Css Color HEX #8750A6 Studio

📋 copy color: '#8750A6'

red 135 ◦ green 80 ◦ blue 166

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

Shades of Studio #8750A6

Tints of Studio #8750A6

RGB

 RED value IS 135 (53.13% from 255) = 35.43%

 GREEN value IS 80 (31.64% from 255) = 21%

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 35.43%
G = 21%
B = 43.57%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8750A6 (or 0x8750A6) is known color: Studio. HEX triplet: 87, 50 and A6. RGB value is (135,80,166). Sum of RGB (Red+Green+Blue) = 135+80+166=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 166 - color contains mainly: blue. Hex color #8750A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8750A6 is #78AF59. Grayscale: #696969. Windows color (decimal): -7909210 or 10899591. OLE color: 10899591.

HSL color Cylindrical-coordinate representation of color #8750A6: hue angle of 278.37º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8750A6 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 135 80 166 -
CMYK 0.19 0.52 0 0.35
HSL 278.37º 0.35% 0.48% -
HSV(B) 278.37º 0.52% 0.65% -
XYZ 19.74 13.64 37.67 -
YUV 106.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 135 80 166 0.19 0.52 0 0.35 278.37 0.35 0.48
Hex 87 50 A6 13 34 0 23 116 23 30
Octal 207 120 246 23 64 0 43 426 43 60
Binary 10000111 1010000 10100110 10011 110100 0 100011 100010110 100011 110000

Color Harmonies of #8750A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8750A6

Black with #8750A6

Text Example


Text Example

White with #8750A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8750A6; }

 p { color: rgb(135,80,166); }

 H1.HeaderClassName
 {
   color: #8750A6;
 }
 .AnyTagClassName
 {
   color: #8750A6;
 }
</style>

background-color css

<style>
 a { background-color: #8750A6; }

 a { background-color: rgb(135,80,166); }

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

border-color css

<style>
 span { border-color: #8750A6; }

 span { border-color: rgb(135,80,166); }

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