Html Css Color HEX #965FDA Amethyst

📋 copy color: '#965FDA'

red 150 ◦ green 95 ◦ blue 218

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

Shades of Amethyst #965FDA

Tints of Amethyst #965FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.52%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 32.4%
G = 20.52%
B = 47.08%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#965FDA (or 0x965FDA) is known color: Amethyst. HEX triplet: 96, 5F and DA. RGB value is (150,95,218). Sum of RGB (Red+Green+Blue) = 150+95+218=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #965FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FDA is #69A025. Grayscale: #7D7D7D. Windows color (decimal): -6922278 or 14311318. OLE color: 14311318.

HSL color Cylindrical-coordinate representation of color #965FDA: hue angle of 266.83º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #965FDA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 95 218 -
CMYK 0.31 0.56 0 0.15
HSL 266.83º 0.62% 0.61% -
HSV(B) 266.83º 0.56% 0.85% -
XYZ 29.32 19.73 68.59 -
YUV 125.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 150 95 218 0.31 0.56 0 0.15 266.83 0.62 0.61
Hex 96 5F DA 1F 38 0 F 10B 3E 3D
Octal 226 137 332 37 70 0 17 413 76 75
Binary 10010110 1011111 11011010 11111 111000 0 1111 100001011 111110 111101

Color Harmonies of #965FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FDA

Black with #965FDA

Text Example


Text Example

White with #965FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,95,218); }

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

background-color css

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

 a { background-color: rgb(150,95,218); }

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

border-color css

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

 span { border-color: rgb(150,95,218); }

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