Html Css Color HEX #9B68BF Amethyst

📋 copy color: '#9B68BF'

red 155 ◦ green 104 ◦ blue 191

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

Shades of Amethyst #9B68BF

Tints of Amethyst #9B68BF

RGB

 RED value IS 155 (60.94% from 255) = 34.44%

 GREEN value IS 104 (41.02% from 255) = 23.11%

 BLUE value IS 191 (75% from 255) = 42.44%

R = 34.44%
G = 23.11%
B = 42.44%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B68BF (or 0x9B68BF) is known color: Amethyst. HEX triplet: 9B, 68 and BF. RGB value is (155,104,191). Sum of RGB (Red+Green+Blue) = 155+104+191=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B68BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B68BF is #649740. Grayscale: #808080. Windows color (decimal): -6592321 or 12544155. OLE color: 12544155.

HSL color Cylindrical-coordinate representation of color #9B68BF: hue angle of 275.17º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B68BF is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 104 191 -
CMYK 0.19 0.46 0 0.25
HSL 275.17º 0.4% 0.58% -
HSV(B) 275.17º 0.46% 0.75% -
XYZ 27.87 20.63 51.8 -
YUV 129.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 155 104 191 0.19 0.46 0 0.25 275.17 0.4 0.58
Hex 9B 68 BF 13 2E 0 19 113 28 3A
Octal 233 150 277 23 56 0 31 423 50 72
Binary 10011011 1101000 10111111 10011 101110 0 11001 100010011 101000 111010

Color Harmonies of #9B68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B68BF

Black with #9B68BF

Text Example


Text Example

White with #9B68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B68BF; }

 p { color: rgb(155,104,191); }

 H1.HeaderClassName
 {
   color: #9B68BF;
 }
 .AnyTagClassName
 {
   color: #9B68BF;
 }
</style>

background-color css

<style>
 a { background-color: #9B68BF; }

 a { background-color: rgb(155,104,191); }

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

border-color css

<style>
 span { border-color: #9B68BF; }

 span { border-color: rgb(155,104,191); }

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