Html Css Color HEX #965DCC Amethyst

📋 copy color: '#965DCC'

red 150 ◦ green 93 ◦ blue 204

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

Shades of Amethyst #965DCC

Tints of Amethyst #965DCC

RGB

 RED value IS 150 (58.98% from 255) = 33.56%

 GREEN value IS 93 (36.72% from 255) = 20.81%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 33.56%
G = 20.81%
B = 45.64%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#965DCC (or 0x965DCC) is known color: Amethyst. HEX triplet: 96, 5D and CC. RGB value is (150,93,204). Sum of RGB (Red+Green+Blue) = 150+93+204=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #965DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DCC is #69A233. Grayscale: #7A7A7A. Windows color (decimal): -6922804 or 13393302. OLE color: 13393302.

HSL color Cylindrical-coordinate representation of color #965DCC: hue angle of 270.81º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965DCC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 93 204 -
CMYK 0.26 0.54 0 0.2
HSL 270.81º 0.52% 0.58% -
HSV(B) 270.81º 0.54% 0.8% -
XYZ 27.39 18.67 59.29 -
YUV 122.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 150 93 204 0.26 0.54 0 0.2 270.81 0.52 0.58
Hex 96 5D CC 1A 36 0 14 10F 34 3A
Octal 226 135 314 32 66 0 24 417 64 72
Binary 10010110 1011101 11001100 11010 110110 0 10100 100001111 110100 111010

Color Harmonies of #965DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DCC

Black with #965DCC

Text Example


Text Example

White with #965DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965DCC; }

 p { color: rgb(150,93,204); }

 H1.HeaderClassName
 {
   color: #965DCC;
 }
 .AnyTagClassName
 {
   color: #965DCC;
 }
</style>

background-color css

<style>
 a { background-color: #965DCC; }

 a { background-color: rgb(150,93,204); }

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

border-color css

<style>
 span { border-color: #965DCC; }

 span { border-color: rgb(150,93,204); }

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