Html Css Color HEX #965BEE Medium Purple

📋 copy color: '#965BEE'

red 150 ◦ green 91 ◦ blue 238

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

Shades of Medium Purple #965BEE

Tints of Medium Purple #965BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 31.32%
G = 19%
B = 49.69%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#965BEE (or 0x965BEE) is known color: Medium Purple. HEX triplet: 96, 5B and EE. RGB value is (150,91,238). Sum of RGB (Red+Green+Blue) = 150+91+238=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #965BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965BEE is #69A411. Grayscale: #7C7C7C. Windows color (decimal): -6923282 or 15621014. OLE color: 15621014.

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

Color convert

RGB 150 91 238 -
CMYK 0.37 0.62 0 0.07
HSL 264.08º 0.81% 0.65% -
HSV(B) 264.08º 0.62% 0.93% -
XYZ 31.75 20.14 83.1 -
YUV 125.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 150 91 238 0.37 0.62 0 0.07 264.08 0.81 0.65
Hex 96 5B EE 25 3E 0 7 108 51 41
Octal 226 133 356 45 76 0 7 410 121 101
Binary 10010110 1011011 11101110 100101 111110 0 111 100001000 1010001 1000001

Color Harmonies of #965BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BEE

Black with #965BEE

Text Example


Text Example

White with #965BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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