Html Css Color HEX #965BEB Medium Purple

📋 copy color: '#965BEB'

red 150 ◦ green 91 ◦ blue 235

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

Shades of Medium Purple #965BEB

Tints of Medium Purple #965BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.12%

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

R = 31.51%
G = 19.12%
B = 49.37%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#965BEB (or 0x965BEB) is known color: Medium Purple. HEX triplet: 96, 5B and EB. RGB value is (150,91,235). Sum of RGB (Red+Green+Blue) = 150+91+235=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #965BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965BEB is #69A414. Grayscale: #7C7C7C. Windows color (decimal): -6923285 or 15424406. OLE color: 15424406.

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

Color convert

RGB 150 91 235 -
CMYK 0.36 0.61 0 0.08
HSL 264.58º 0.78% 0.64% -
HSV(B) 264.58º 0.61% 0.92% -
XYZ 31.31 19.96 80.8 -
YUV 125.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 150 91 235 0.36 0.61 0 0.08 264.58 0.78 0.64
Hex 96 5B EB 24 3D 0 8 109 4E 40
Octal 226 133 353 44 75 0 10 411 116 100
Binary 10010110 1011011 11101011 100100 111101 0 1000 100001001 1001110 1000000

Color Harmonies of #965BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BEB

Black with #965BEB

Text Example


Text Example

White with #965BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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