Html Css Color HEX #9B62CB Amethyst

📋 copy color: '#9B62CB'

red 155 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #9B62CB

Tints of Amethyst #9B62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.49%

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

R = 33.99%
G = 21.49%
B = 44.52%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B62CB (or 0x9B62CB) is known color: Amethyst. HEX triplet: 9B, 62 and CB. RGB value is (155,98,203). Sum of RGB (Red+Green+Blue) = 155+98+203=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B62CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B62CB is #649D34. Grayscale: #7E7E7E. Windows color (decimal): -6593845 or 13329051. OLE color: 13329051.

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

Color convert

RGB 155 98 203 -
CMYK 0.24 0.52 0 0.20
HSL 272.57º 0.5% 0.59% -
HSV(B) 272.57º 0.52% 0.8% -
XYZ 28.66 20.02 58.85 -
YUV 127.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 155 98 203 0.24 0.52 0 0.20 272.57 0.5 0.59
Hex 9B 62 CB 18 34 0 14 111 32 3B
Octal 233 142 313 30 64 0 24 421 62 73
Binary 10011011 1100010 11001011 11000 110100 0 10100 100010001 110010 111011

Color Harmonies of #9B62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B62CB

Black with #9B62CB

Text Example


Text Example

White with #9B62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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