Html Css Color HEX #965DDF Medium Purple

📋 copy color: '#965DDF'

red 150 ◦ green 93 ◦ blue 223

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

Shades of Medium Purple #965DDF

Tints of Medium Purple #965DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.96%

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 32.19%
G = 19.96%
B = 47.85%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#965DDF (or 0x965DDF) is known color: Medium Purple. HEX triplet: 96, 5D and DF. RGB value is (150,93,223). Sum of RGB (Red+Green+Blue) = 150+93+223=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #965DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DDF is #69A220. Grayscale: #7C7C7C. Windows color (decimal): -6922785 or 14638486. OLE color: 14638486.

HSL color Cylindrical-coordinate representation of color #965DDF: hue angle of 266.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965DDF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 93 223 -
CMYK 0.33 0.58 0 0.13
HSL 266.31º 0.67% 0.62% -
HSV(B) 266.31º 0.58% 0.87% -
XYZ 29.81 19.64 72.03 -
YUV 124.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 150 93 223 0.33 0.58 0 0.13 266.31 0.67 0.62
Hex 96 5D DF 21 3A 0 D 10A 43 3E
Octal 226 135 337 41 72 0 15 412 103 76
Binary 10010110 1011101 11011111 100001 111010 0 1101 100001010 1000011 111110

Color Harmonies of #965DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DDF

Black with #965DDF

Text Example


Text Example

White with #965DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,93,223); }

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

background-color css

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

 a { background-color: rgb(150,93,223); }

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

border-color css

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

 span { border-color: rgb(150,93,223); }

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