Html Css Color HEX #965CCB Amethyst

📋 copy color: '#965CCB'

red 150 ◦ green 92 ◦ blue 203

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

Shades of Amethyst #965CCB

Tints of Amethyst #965CCB

RGB

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

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

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

R = 33.71%
G = 20.67%
B = 45.62%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#965CCB (or 0x965CCB) is known color: Amethyst. HEX triplet: 96, 5C and CB. RGB value is (150,92,203). Sum of RGB (Red+Green+Blue) = 150+92+203=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #965CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CCB is #69A334. Grayscale: #797979. Windows color (decimal): -6923061 or 13327510. OLE color: 13327510.

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

Color convert

RGB 150 92 203 -
CMYK 0.26 0.55 0 0.20
HSL 271.35º 0.52% 0.58% -
HSV(B) 271.35º 0.55% 0.8% -
XYZ 27.18 18.45 58.63 -
YUV 122 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 150 92 203 0.26 0.55 0 0.20 271.35 0.52 0.58
Hex 96 5C CB 1A 37 0 14 10F 34 3A
Octal 226 134 313 32 67 0 24 417 64 72
Binary 10010110 1011100 11001011 11010 110111 0 10100 100001111 110100 111010

Color Harmonies of #965CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CCB

Black with #965CCB

Text Example


Text Example

White with #965CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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