Html Css Color HEX #9B65CB Amethyst

📋 copy color: '#9B65CB'

red 155 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #9B65CB

Tints of Amethyst #9B65CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22%

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

R = 33.77%
G = 22%
B = 44.23%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B65CB (or 0x9B65CB) is known color: Amethyst. HEX triplet: 9B, 65 and CB. RGB value is (155,101,203). Sum of RGB (Red+Green+Blue) = 155+101+203=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B65CB is #649A34. Grayscale: #808080. Windows color (decimal): -6593077 or 13329819. OLE color: 13329819.

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

Color convert

RGB 155 101 203 -
CMYK 0.24 0.50 0 0.20
HSL 271.76º 0.5% 0.6% -
HSV(B) 271.76º 0.5% 0.8% -
XYZ 28.95 20.59 58.95 -
YUV 128.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 155 101 203 0.24 0.50 0 0.20 271.76 0.5 0.6
Hex 9B 65 CB 18 32 0 14 110 32 3C
Octal 233 145 313 30 62 0 24 420 62 74
Binary 10011011 1100101 11001011 11000 110010 0 10100 100010000 110010 111100

Color Harmonies of #9B65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B65CB

Black with #9B65CB

Text Example


Text Example

White with #9B65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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