Html Css Color HEX #965DED Medium Purple

📋 copy color: '#965DED'

red 150 ◦ green 93 ◦ blue 237

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

Shades of Medium Purple #965DED

Tints of Medium Purple #965DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 31.25%
G = 19.38%
B = 49.38%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#965DED (or 0x965DED) is known color: Medium Purple. HEX triplet: 96, 5D and ED. RGB value is (150,93,237). Sum of RGB (Red+Green+Blue) = 150+93+237=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #965DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965DED is #69A212. Grayscale: #7D7D7D. Windows color (decimal): -6922771 or 15555990. OLE color: 15555990.

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

Color convert

RGB 150 93 237 -
CMYK 0.37 0.61 0 0.07
HSL 263.75º 0.8% 0.65% -
HSV(B) 263.75º 0.61% 0.93% -
XYZ 31.78 20.43 82.39 -
YUV 126.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 150 93 237 0.37 0.61 0 0.07 263.75 0.8 0.65
Hex 96 5D ED 25 3D 0 7 108 50 41
Octal 226 135 355 45 75 0 7 410 120 101
Binary 10010110 1011101 11101101 100101 111101 0 111 100001000 1010000 1000001

Color Harmonies of #965DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DED

Black with #965DED

Text Example


Text Example

White with #965DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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