Html Css Color HEX #965BE7 Medium Purple

📋 copy color: '#965BE7'

red 150 ◦ green 91 ◦ blue 231

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

Shades of Medium Purple #965BE7

Tints of Medium Purple #965BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 31.78%
G = 19.28%
B = 48.94%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#965BE7 (or 0x965BE7) is known color: Medium Purple. HEX triplet: 96, 5B and E7. RGB value is (150,91,231). Sum of RGB (Red+Green+Blue) = 150+91+231=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #965BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965BE7 is #69A418. Grayscale: #7C7C7C. Windows color (decimal): -6923289 or 15162262. OLE color: 15162262.

HSL color Cylindrical-coordinate representation of color #965BE7: hue angle of 265.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #965BE7 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 91 231 -
CMYK 0.35 0.61 0 0.09
HSL 265.29º 0.74% 0.63% -
HSV(B) 265.29º 0.61% 0.91% -
XYZ 30.74 19.74 77.79 -
YUV 124.6 188.05 146.12 -
System Red Green Blue C M Y K H S L
Decimal 150 91 231 0.35 0.61 0 0.09 265.29 0.74 0.63
Hex 96 5B E7 23 3D 0 9 109 4A 3F
Octal 226 133 347 43 75 0 11 411 112 77
Binary 10010110 1011011 11100111 100011 111101 0 1001 100001001 1001010 111111

Color Harmonies of #965BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BE7

Black with #965BE7

Text Example


Text Example

White with #965BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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