Html Css Color HEX #965FEF Medium Purple

📋 copy color: '#965FEF'

red 150 ◦ green 95 ◦ blue 239

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

Shades of Medium Purple #965FEF

Tints of Medium Purple #965FEF

RGB

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

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

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

R = 30.99%
G = 19.63%
B = 49.38%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#965FEF (or 0x965FEF) is known color: Medium Purple. HEX triplet: 96, 5F and EF. RGB value is (150,95,239). Sum of RGB (Red+Green+Blue) = 150+95+239=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #965FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965FEF is #69A010. Grayscale: #7F7F7F. Windows color (decimal): -6922257 or 15687574. OLE color: 15687574.

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

Color convert

RGB 150 95 239 -
CMYK 0.37 0.60 0 0.06
HSL 262.92º 0.82% 0.65% -
HSV(B) 262.92º 0.6% 0.94% -
XYZ 32.25 20.9 84 -
YUV 127.86 190.72 143.79 -
System Red Green Blue C M Y K H S L
Decimal 150 95 239 0.37 0.60 0 0.06 262.92 0.82 0.65
Hex 96 5F EF 25 3C 0 6 107 52 41
Octal 226 137 357 45 74 0 6 407 122 101
Binary 10010110 1011111 11101111 100101 111100 0 110 100000111 1010010 1000001

Color Harmonies of #965FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FEF

Black with #965FEF

Text Example


Text Example

White with #965FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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