Html Css Color HEX #9B4BDF Amethyst

📋 copy color: '#9B4BDF'

red 155 ◦ green 75 ◦ blue 223

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

Shades of Amethyst #9B4BDF

Tints of Amethyst #9B4BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 34.22%
G = 16.56%
B = 49.23%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B4BDF (or 0x9B4BDF) is known color: Amethyst. HEX triplet: 9B, 4B and DF. RGB value is (155,75,223). Sum of RGB (Red+Green+Blue) = 155+75+223=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BDF is #64B420. Grayscale: #737373. Windows color (decimal): -6599713 or 14633883. OLE color: 14633883.

HSL color Cylindrical-coordinate representation of color #9B4BDF: hue angle of 272.43º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4BDF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 75 223 -
CMYK 0.30 0.66 0 0.13
HSL 272.43º 0.7% 0.58% -
HSV(B) 272.43º 0.66% 0.87% -
XYZ 29.35 17.33 71.61 -
YUV 115.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 155 75 223 0.30 0.66 0 0.13 272.43 0.7 0.58
Hex 9B 4B DF 1E 42 0 D 110 46 3A
Octal 233 113 337 36 102 0 15 420 106 72
Binary 10011011 1001011 11011111 11110 1000010 0 1101 100010000 1000110 111010

Color Harmonies of #9B4BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4BDF

Black with #9B4BDF

Text Example


Text Example

White with #9B4BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,75,223); }

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

background-color css

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

 a { background-color: rgb(155,75,223); }

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

border-color css

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

 span { border-color: rgb(155,75,223); }

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