Html Css Color HEX #965DEF Medium Purple

📋 copy color: '#965DEF'

red 150 ◦ green 93 ◦ blue 239

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

Shades of Medium Purple #965DEF

Tints of Medium Purple #965DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 31.12%
G = 19.29%
B = 49.59%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#965DEF (or 0x965DEF) is known color: Medium Purple. HEX triplet: 96, 5D and EF. RGB value is (150,93,239). Sum of RGB (Red+Green+Blue) = 150+93+239=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #965DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965DEF is #69A210. Grayscale: #7E7E7E. Windows color (decimal): -6922769 or 15687062. OLE color: 15687062.

HSL color Cylindrical-coordinate representation of color #965DEF: hue angle of 263.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #965DEF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 93 239 -
CMYK 0.37 0.61 0 0.06
HSL 263.42º 0.82% 0.65% -
HSV(B) 263.42º 0.61% 0.94% -
XYZ 32.07 20.54 83.94 -
YUV 126.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 150 93 239 0.37 0.61 0 0.06 263.42 0.82 0.65
Hex 96 5D EF 25 3D 0 6 107 52 41
Octal 226 135 357 45 75 0 6 407 122 101
Binary 10010110 1011101 11101111 100101 111101 0 110 100000111 1010010 1000001

Color Harmonies of #965DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DEF

Black with #965DEF

Text Example


Text Example

White with #965DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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