Html Css Color HEX #9B68D6 Amethyst

📋 copy color: '#9B68D6'

red 155 ◦ green 104 ◦ blue 214

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

Shades of Amethyst #9B68D6

Tints of Amethyst #9B68D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 32.77%
G = 21.99%
B = 45.24%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9B68D6 (or 0x9B68D6) is known color: Amethyst. HEX triplet: 9B, 68 and D6. RGB value is (155,104,214). Sum of RGB (Red+Green+Blue) = 155+104+214=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B68D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B68D6 is #649729. Grayscale: #838383. Windows color (decimal): -6592298 or 14051483. OLE color: 14051483.

HSL color Cylindrical-coordinate representation of color #9B68D6: hue angle of 267.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B68D6 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 104 214 -
CMYK 0.28 0.51 0 0.16
HSL 267.82º 0.57% 0.62% -
HSV(B) 267.82º 0.51% 0.84% -
XYZ 30.61 21.72 66.2 -
YUV 131.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 155 104 214 0.28 0.51 0 0.16 267.82 0.57 0.62
Hex 9B 68 D6 1C 33 0 10 10C 39 3E
Octal 233 150 326 34 63 0 20 414 71 76
Binary 10011011 1101000 11010110 11100 110011 0 10000 100001100 111001 111110

Color Harmonies of #9B68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B68D6

Black with #9B68D6

Text Example


Text Example

White with #9B68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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