Html Css Color HEX #965CCC Amethyst

📋 copy color: '#965CCC'

red 150 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #965CCC

Tints of Amethyst #965CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.63%

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

R = 33.63%
G = 20.63%
B = 45.74%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#965CCC (or 0x965CCC) is known color: Amethyst. HEX triplet: 96, 5C and CC. RGB value is (150,92,204). Sum of RGB (Red+Green+Blue) = 150+92+204=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #965CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CCC is #69A333. Grayscale: #797979. Windows color (decimal): -6923060 or 13393046. OLE color: 13393046.

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

Color convert

RGB 150 92 204 -
CMYK 0.26 0.55 0 0.2
HSL 271.07º 0.52% 0.58% -
HSV(B) 271.07º 0.55% 0.8% -
XYZ 27.3 18.5 59.26 -
YUV 122.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 150 92 204 0.26 0.55 0 0.2 271.07 0.52 0.58
Hex 96 5C CC 1A 37 0 14 10F 34 3A
Octal 226 134 314 32 67 0 24 417 64 72
Binary 10010110 1011100 11001100 11010 110111 0 10100 100001111 110100 111010

Color Harmonies of #965CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CCC

Black with #965CCC

Text Example


Text Example

White with #965CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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