Html Css Color HEX #956BD2 Amethyst

📋 copy color: '#956BD2'

red 149 ◦ green 107 ◦ blue 210

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

Shades of Amethyst #956BD2

Tints of Amethyst #956BD2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.96%

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

R = 31.97%
G = 22.96%
B = 45.06%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#956BD2 (or 0x956BD2) is known color: Amethyst. HEX triplet: 95, 6B and D2. RGB value is (149,107,210). Sum of RGB (Red+Green+Blue) = 149+107+210=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #956BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BD2 is #6A942D. Grayscale: #828282. Windows color (decimal): -6984750 or 13790101. OLE color: 13790101.

HSL color Cylindrical-coordinate representation of color #956BD2: hue angle of 264.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #956BD2 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 107 210 -
CMYK 0.29 0.49 0 0.18
HSL 264.47º 0.53% 0.62% -
HSV(B) 264.47º 0.49% 0.82% -
XYZ 29.28 21.56 63.59 -
YUV 131.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 149 107 210 0.29 0.49 0 0.18 264.47 0.53 0.62
Hex 95 6B D2 1D 31 0 12 108 35 3E
Octal 225 153 322 35 61 0 22 410 65 76
Binary 10010101 1101011 11010010 11101 110001 0 10010 100001000 110101 111110

Color Harmonies of #956BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956BD2

Black with #956BD2

Text Example


Text Example

White with #956BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956BD2; }

 p { color: rgb(149,107,210); }

 H1.HeaderClassName
 {
   color: #956BD2;
 }
 .AnyTagClassName
 {
   color: #956BD2;
 }
</style>

background-color css

<style>
 a { background-color: #956BD2; }

 a { background-color: rgb(149,107,210); }

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

border-color css

<style>
 span { border-color: #956BD2; }

 span { border-color: rgb(149,107,210); }

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