Html Css Color HEX #9B68CE Amethyst

📋 copy color: '#9B68CE'

red 155 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #9B68CE

Tints of Amethyst #9B68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 33.33%
G = 22.37%
B = 44.3%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B68CE (or 0x9B68CE) is known color: Amethyst. HEX triplet: 9B, 68 and CE. RGB value is (155,104,206). Sum of RGB (Red+Green+Blue) = 155+104+206=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B68CE is #649731. Grayscale: #828282. Windows color (decimal): -6592306 or 13527195. OLE color: 13527195.

HSL color Cylindrical-coordinate representation of color #9B68CE: hue angle of 270º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B68CE is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 104 206 -
CMYK 0.25 0.50 0 0.19
HSL 270º 0.51% 0.61% -
HSV(B) 270º 0.5% 0.81% -
XYZ 29.61 21.33 60.95 -
YUV 130.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 155 104 206 0.25 0.50 0 0.19 270 0.51 0.61
Hex 9B 68 CE 19 32 0 13 10E 33 3D
Octal 233 150 316 31 62 0 23 416 63 75
Binary 10011011 1101000 11001110 11001 110010 0 10011 100001110 110011 111101

Color Harmonies of #9B68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B68CE

Black with #9B68CE

Text Example


Text Example

White with #9B68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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