Html Css Color HEX #965CCD Amethyst

📋 copy color: '#965CCD'

red 150 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #965CCD

Tints of Amethyst #965CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 33.56%
G = 20.58%
B = 45.86%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#965CCD (or 0x965CCD) is known color: Amethyst. HEX triplet: 96, 5C and CD. RGB value is (150,92,205). Sum of RGB (Red+Green+Blue) = 150+92+205=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #965CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CCD is #69A332. Grayscale: #797979. Windows color (decimal): -6923059 or 13458582. OLE color: 13458582.

HSL color Cylindrical-coordinate representation of color #965CCD: hue angle of 270.8º degrees, saturation: 0.53, 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 #965CCD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 92 205 -
CMYK 0.27 0.55 0 0.20
HSL 270.8º 0.53% 0.58% -
HSV(B) 270.8º 0.55% 0.8% -
XYZ 27.42 18.55 59.89 -
YUV 122.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 150 92 205 0.27 0.55 0 0.20 270.8 0.53 0.58
Hex 96 5C CD 1B 37 0 14 10F 35 3A
Octal 226 134 315 33 67 0 24 417 65 72
Binary 10010110 1011100 11001101 11011 110111 0 10100 100001111 110101 111010

Color Harmonies of #965CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CCD

Black with #965CCD

Text Example


Text Example

White with #965CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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