Html Css Color HEX #965FEB Medium Purple

📋 copy color: '#965FEB'

red 150 ◦ green 95 ◦ blue 235

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

Shades of Medium Purple #965FEB

Tints of Medium Purple #965FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 31.25%
G = 19.79%
B = 48.96%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#965FEB (or 0x965FEB) is known color: Medium Purple. HEX triplet: 96, 5F and EB. RGB value is (150,95,235). Sum of RGB (Red+Green+Blue) = 150+95+235=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #965FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965FEB is #69A014. Grayscale: #7E7E7E. Windows color (decimal): -6922261 or 15425430. OLE color: 15425430.

HSL color Cylindrical-coordinate representation of color #965FEB: hue angle of 263.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #965FEB is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 95 235 -
CMYK 0.36 0.60 0 0.08
HSL 263.57º 0.78% 0.65% -
HSV(B) 263.57º 0.6% 0.92% -
XYZ 31.67 20.67 80.92 -
YUV 127.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 150 95 235 0.36 0.60 0 0.08 263.57 0.78 0.65
Hex 96 5F EB 24 3C 0 8 108 4E 41
Octal 226 137 353 44 74 0 10 410 116 101
Binary 10010110 1011111 11101011 100100 111100 0 1000 100001000 1001110 1000001

Color Harmonies of #965FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FEB

Black with #965FEB

Text Example


Text Example

White with #965FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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