Html Css Color HEX #956BCB Amethyst

📋 copy color: '#956BCB'

red 149 ◦ green 107 ◦ blue 203

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

Shades of Amethyst #956BCB

Tints of Amethyst #956BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 32.46%
G = 23.31%
B = 44.23%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#956BCB (or 0x956BCB) is known color: Amethyst. HEX triplet: 95, 6B and CB. RGB value is (149,107,203). Sum of RGB (Red+Green+Blue) = 149+107+203=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #956BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BCB is #6A9434. Grayscale: #828282. Windows color (decimal): -6984757 or 13331349. OLE color: 13331349.

HSL color Cylindrical-coordinate representation of color #956BCB: hue angle of 266.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #956BCB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 107 203 -
CMYK 0.27 0.47 0 0.20
HSL 266.25º 0.48% 0.61% -
HSV(B) 266.25º 0.47% 0.8% -
XYZ 28.43 21.22 59.1 -
YUV 130.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 149 107 203 0.27 0.47 0 0.20 266.25 0.48 0.61
Hex 95 6B CB 1B 2F 0 14 10A 30 3D
Octal 225 153 313 33 57 0 24 412 60 75
Binary 10010101 1101011 11001011 11011 101111 0 10100 100001010 110000 111101

Color Harmonies of #956BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956BCB

Black with #956BCB

Text Example


Text Example

White with #956BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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