Html Css Color HEX #955BD0 Amethyst

📋 copy color: '#955BD0'

red 149 ◦ green 91 ◦ blue 208

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

Shades of Amethyst #955BD0

Tints of Amethyst #955BD0

RGB

 RED value IS 149 (58.59% from 255) = 33.26%

 GREEN value IS 91 (35.94% from 255) = 20.31%

 BLUE value IS 208 (81.64% from 255) = 46.43%

R = 33.26%
G = 20.31%
B = 46.43%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#955BD0 (or 0x955BD0) is known color: Amethyst. HEX triplet: 95, 5B and D0. RGB value is (149,91,208). Sum of RGB (Red+Green+Blue) = 149+91+208=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #955BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BD0 is #6AA42F. Grayscale: #797979. Windows color (decimal): -6988848 or 13654933. OLE color: 13654933.

HSL color Cylindrical-coordinate representation of color #955BD0: hue angle of 269.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955BD0 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 91 208 -
CMYK 0.28 0.56 0 0.18
HSL 269.74º 0.55% 0.59% -
HSV(B) 269.74º 0.56% 0.82% -
XYZ 27.52 18.43 61.78 -
YUV 121.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 149 91 208 0.28 0.56 0 0.18 269.74 0.55 0.59
Hex 95 5B D0 1C 38 0 12 10E 37 3B
Octal 225 133 320 34 70 0 22 416 67 73
Binary 10010101 1011011 11010000 11100 111000 0 10010 100001110 110111 111011

Color Harmonies of #955BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BD0

Black with #955BD0

Text Example


Text Example

White with #955BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955BD0; }

 p { color: rgb(149,91,208); }

 H1.HeaderClassName
 {
   color: #955BD0;
 }
 .AnyTagClassName
 {
   color: #955BD0;
 }
</style>

background-color css

<style>
 a { background-color: #955BD0; }

 a { background-color: rgb(149,91,208); }

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

border-color css

<style>
 span { border-color: #955BD0; }

 span { border-color: rgb(149,91,208); }

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