Html Css Color HEX #965CEF Medium Purple

📋 copy color: '#965CEF'

red 150 ◦ green 92 ◦ blue 239

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

Shades of Medium Purple #965CEF

Tints of Medium Purple #965CEF

RGB

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

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

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

R = 31.19%
G = 19.13%
B = 49.69%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#965CEF (or 0x965CEF) is known color: Medium Purple. HEX triplet: 96, 5C and EF. RGB value is (150,92,239). Sum of RGB (Red+Green+Blue) = 150+92+239=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #965CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965CEF is #69A310. Grayscale: #7D7D7D. Windows color (decimal): -6923025 or 15686806. OLE color: 15686806.

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

Color convert

RGB 150 92 239 -
CMYK 0.37 0.62 0 0.06
HSL 263.67º 0.82% 0.65% -
HSV(B) 263.67º 0.62% 0.94% -
XYZ 31.98 20.37 83.91 -
YUV 126.1 191.72 145.05 -
System Red Green Blue C M Y K H S L
Decimal 150 92 239 0.37 0.62 0 0.06 263.67 0.82 0.65
Hex 96 5C EF 25 3E 0 6 108 52 41
Octal 226 134 357 45 76 0 6 410 122 101
Binary 10010110 1011100 11101111 100101 111110 0 110 100001000 1010010 1000001

Color Harmonies of #965CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CEF

Black with #965CEF

Text Example


Text Example

White with #965CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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