Html Css Color HEX #956BCE Amethyst

📋 copy color: '#956BCE'

red 149 ◦ green 107 ◦ blue 206

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

Shades of Amethyst #956BCE

Tints of Amethyst #956BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 32.25%
G = 23.16%
B = 44.59%

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

#956BCE (or 0x956BCE) is known color: Amethyst. HEX triplet: 95, 6B and CE. RGB value is (149,107,206). Sum of RGB (Red+Green+Blue) = 149+107+206=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #956BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BCE is #6A9431. Grayscale: #828282. Windows color (decimal): -6984754 or 13527957. OLE color: 13527957.

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

Color convert

RGB 149 107 206 -
CMYK 0.28 0.48 0 0.19
HSL 265.45º 0.5% 0.61% -
HSV(B) 265.45º 0.48% 0.81% -
XYZ 28.79 21.36 61 -
YUV 130.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 149 107 206 0.28 0.48 0 0.19 265.45 0.5 0.61
Hex 95 6B CE 1C 30 0 13 109 32 3D
Octal 225 153 316 34 60 0 23 411 62 75
Binary 10010101 1101011 11001110 11100 110000 0 10011 100001001 110010 111101

Color Harmonies of #956BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956BCE

Black with #956BCE

Text Example


Text Example

White with #956BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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