Html Css Color HEX #9B6CCF Amethyst

📋 copy color: '#9B6CCF'

red 155 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #9B6CCF

Tints of Amethyst #9B6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.98%

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

R = 32.98%
G = 22.98%
B = 44.04%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B6CCF (or 0x9B6CCF) is known color: Amethyst. HEX triplet: 9B, 6C and CF. RGB value is (155,108,207). Sum of RGB (Red+Green+Blue) = 155+108+207=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6CCF is #649330. Grayscale: #848484. Windows color (decimal): -6591281 or 13593755. OLE color: 13593755.

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

Color convert

RGB 155 108 207 -
CMYK 0.25 0.48 0 0.19
HSL 268.48º 0.51% 0.62% -
HSV(B) 268.48º 0.48% 0.81% -
XYZ 30.14 22.2 61.73 -
YUV 133.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 155 108 207 0.25 0.48 0 0.19 268.48 0.51 0.62
Hex 9B 6C CF 19 30 0 13 10C 33 3E
Octal 233 154 317 31 60 0 23 414 63 76
Binary 10011011 1101100 11001111 11001 110000 0 10011 100001100 110011 111110

Color Harmonies of #9B6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6CCF

Black with #9B6CCF

Text Example


Text Example

White with #9B6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,108,207); }

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

background-color css

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

 a { background-color: rgb(155,108,207); }

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

border-color css

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

 span { border-color: rgb(155,108,207); }

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