Html Css Color HEX #9B62D2 Amethyst

📋 copy color: '#9B62D2'

red 155 ◦ green 98 ◦ blue 210

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

Shades of Amethyst #9B62D2

Tints of Amethyst #9B62D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 33.48%
G = 21.17%
B = 45.36%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9B62D2 (or 0x9B62D2) is known color: Amethyst. HEX triplet: 9B, 62 and D2. RGB value is (155,98,210). Sum of RGB (Red+Green+Blue) = 155+98+210=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #9B62D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B62D2 is #649D2D. Grayscale: #7F7F7F. Windows color (decimal): -6593838 or 13787803. OLE color: 13787803.

HSL color Cylindrical-coordinate representation of color #9B62D2: hue angle of 270.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B62D2 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 98 210 -
CMYK 0.26 0.53 0 0.18
HSL 270.54º 0.55% 0.6% -
HSV(B) 270.54º 0.53% 0.82% -
XYZ 29.52 20.36 63.35 -
YUV 127.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 155 98 210 0.26 0.53 0 0.18 270.54 0.55 0.6
Hex 9B 62 D2 1A 35 0 12 10F 37 3C
Octal 233 142 322 32 65 0 22 417 67 74
Binary 10011011 1100010 11010010 11010 110101 0 10010 100001111 110111 111100

Color Harmonies of #9B62D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B62D2

Black with #9B62D2

Text Example


Text Example

White with #9B62D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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