Html Css Color HEX #965AEE Medium Purple

📋 copy color: '#965AEE'

red 150 ◦ green 90 ◦ blue 238

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

Shades of Medium Purple #965AEE

Tints of Medium Purple #965AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.83%

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

R = 31.38%
G = 18.83%
B = 49.79%

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

#965AEE (or 0x965AEE) is known color: Medium Purple. HEX triplet: 96, 5A and EE. RGB value is (150,90,238). Sum of RGB (Red+Green+Blue) = 150+90+238=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #965AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965AEE is #69A511. Grayscale: #7C7C7C. Windows color (decimal): -6923538 or 15620758. OLE color: 15620758.

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

Color convert

RGB 150 90 238 -
CMYK 0.37 0.62 0 0.07
HSL 264.32º 0.81% 0.64% -
HSV(B) 264.32º 0.62% 0.93% -
XYZ 31.67 19.97 83.07 -
YUV 124.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 150 90 238 0.37 0.62 0 0.07 264.32 0.81 0.64
Hex 96 5A EE 25 3E 0 7 108 51 40
Octal 226 132 356 45 76 0 7 410 121 100
Binary 10010110 1011010 11101110 100101 111110 0 111 100001000 1010001 1000000

Color Harmonies of #965AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965AEE

Black with #965AEE

Text Example


Text Example

White with #965AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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