Html Css Color HEX #8750CF Amethyst

📋 copy color: '#8750CF'

red 135 ◦ green 80 ◦ blue 207

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

Shades of Amethyst #8750CF

Tints of Amethyst #8750CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 31.99%
G = 18.96%
B = 49.05%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8750CF (or 0x8750CF) is known color: Amethyst. HEX triplet: 87, 50 and CF. RGB value is (135,80,207). Sum of RGB (Red+Green+Blue) = 135+80+207=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #8750CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8750CF is #78AF30. Grayscale: #6E6E6E. Windows color (decimal): -7909169 or 13586567. OLE color: 13586567.

HSL color Cylindrical-coordinate representation of color #8750CF: hue angle of 265.98º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8750CF is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 80 207 -
CMYK 0.35 0.61 0 0.19
HSL 265.98º 0.57% 0.56% -
HSV(B) 265.98º 0.61% 0.81% -
XYZ 24.12 15.39 60.73 -
YUV 110.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 135 80 207 0.35 0.61 0 0.19 265.98 0.57 0.56
Hex 87 50 CF 23 3D 0 13 10A 39 38
Octal 207 120 317 43 75 0 23 412 71 70
Binary 10000111 1010000 11001111 100011 111101 0 10011 100001010 111001 111000

Color Harmonies of #8750CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8750CF

Black with #8750CF

Text Example


Text Example

White with #8750CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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