Html Css Color HEX #956BCF Amethyst

📋 copy color: '#956BCF'

red 149 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #956BCF

Tints of Amethyst #956BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 32.18%
G = 23.11%
B = 44.71%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#956BCF (or 0x956BCF) is known color: Amethyst. HEX triplet: 95, 6B and CF. RGB value is (149,107,207). Sum of RGB (Red+Green+Blue) = 149+107+207=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #956BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BCF is #6A9430. Grayscale: #828282. Windows color (decimal): -6984753 or 13593493. OLE color: 13593493.

HSL color Cylindrical-coordinate representation of color #956BCF: hue angle of 265.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956BCF is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 107 207 -
CMYK 0.28 0.48 0 0.19
HSL 265.2º 0.51% 0.62% -
HSV(B) 265.2º 0.48% 0.81% -
XYZ 28.91 21.41 61.64 -
YUV 130.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 149 107 207 0.28 0.48 0 0.19 265.2 0.51 0.62
Hex 95 6B CF 1C 30 0 13 109 33 3E
Octal 225 153 317 34 60 0 23 411 63 76
Binary 10010101 1101011 11001111 11100 110000 0 10011 100001001 110011 111110

Color Harmonies of #956BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956BCF

Black with #956BCF

Text Example


Text Example

White with #956BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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