Html Css Color HEX #9B68CB Amethyst

📋 copy color: '#9B68CB'

red 155 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #9B68CB

Tints of Amethyst #9B68CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 33.55%
G = 22.51%
B = 43.94%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B68CB (or 0x9B68CB) is known color: Amethyst. HEX triplet: 9B, 68 and CB. RGB value is (155,104,203). Sum of RGB (Red+Green+Blue) = 155+104+203=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B68CB is #649734. Grayscale: #828282. Windows color (decimal): -6592309 or 13330587. OLE color: 13330587.

HSL color Cylindrical-coordinate representation of color #9B68CB: hue angle of 270.91º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B68CB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 104 203 -
CMYK 0.24 0.49 0 0.20
HSL 270.91º 0.49% 0.6% -
HSV(B) 270.91º 0.49% 0.8% -
XYZ 29.25 21.18 59.05 -
YUV 130.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 155 104 203 0.24 0.49 0 0.20 270.91 0.49 0.6
Hex 9B 68 CB 18 31 0 14 10F 31 3C
Octal 233 150 313 30 61 0 24 417 61 74
Binary 10011011 1101000 11001011 11000 110001 0 10100 100001111 110001 111100

Color Harmonies of #9B68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B68CB

Black with #9B68CB

Text Example


Text Example

White with #9B68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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