Html Css Color HEX #9651CF Amethyst

📋 copy color: '#9651CF'

red 150 ◦ green 81 ◦ blue 207

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

Shades of Amethyst #9651CF

Tints of Amethyst #9651CF

RGB

 RED value IS 150 (58.98% from 255) = 34.25%

 GREEN value IS 81 (32.03% from 255) = 18.49%

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

R = 34.25%
G = 18.49%
B = 47.26%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9651CF (or 0x9651CF) is known color: Amethyst. HEX triplet: 96, 51 and CF. RGB value is (150,81,207). Sum of RGB (Red+Green+Blue) = 150+81+207=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #9651CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651CF is #69AE30. Grayscale: #737373. Windows color (decimal): -6925873 or 13586838. OLE color: 13586838.

HSL color Cylindrical-coordinate representation of color #9651CF: hue angle of 272.86º 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 #9651CF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 81 207 -
CMYK 0.28 0.61 0 0.19
HSL 272.86º 0.57% 0.56% -
HSV(B) 272.86º 0.61% 0.81% -
XYZ 26.78 16.87 60.88 -
YUV 116 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 150 81 207 0.28 0.61 0 0.19 272.86 0.57 0.56
Hex 96 51 CF 1C 3D 0 13 111 39 38
Octal 226 121 317 34 75 0 23 421 71 70
Binary 10010110 1010001 11001111 11100 111101 0 10011 100010001 111001 111000

Color Harmonies of #9651CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9651CF

Black with #9651CF

Text Example


Text Example

White with #9651CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,81,207); }

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

background-color css

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

 a { background-color: rgb(150,81,207); }

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

border-color css

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

 span { border-color: rgb(150,81,207); }

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