Html Css Color HEX #965CCE Amethyst

📋 copy color: '#965CCE'

red 150 ◦ green 92 ◦ blue 206

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

Shades of Amethyst #965CCE

Tints of Amethyst #965CCE

RGB

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

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

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

R = 33.48%
G = 20.54%
B = 45.98%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#965CCE (or 0x965CCE) is known color: Amethyst. HEX triplet: 96, 5C and CE. RGB value is (150,92,206). Sum of RGB (Red+Green+Blue) = 150+92+206=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #965CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CCE is #69A331. Grayscale: #797979. Windows color (decimal): -6923058 or 13524118. OLE color: 13524118.

HSL color Cylindrical-coordinate representation of color #965CCE: hue angle of 270.53º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #965CCE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 92 206 -
CMYK 0.27 0.55 0 0.19
HSL 270.53º 0.54% 0.58% -
HSV(B) 270.53º 0.55% 0.81% -
XYZ 27.55 18.59 60.53 -
YUV 122.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 150 92 206 0.27 0.55 0 0.19 270.53 0.54 0.58
Hex 96 5C CE 1B 37 0 13 10F 36 3A
Octal 226 134 316 33 67 0 23 417 66 72
Binary 10010110 1011100 11001110 11011 110111 0 10011 100001111 110110 111010

Color Harmonies of #965CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CCE

Black with #965CCE

Text Example


Text Example

White with #965CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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