Html Css Color HEX #967CEC Medium Purple

📋 copy color: '#967CEC'

red 150 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #967CEC

Tints of Medium Purple #967CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 29.41%
G = 24.31%
B = 46.27%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#967CEC (or 0x967CEC) is known color: Medium Purple. HEX triplet: 96, 7C and EC. RGB value is (150,124,236). Sum of RGB (Red+Green+Blue) = 150+124+236=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #967CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967CEC is #698313. Grayscale: #909090. Windows color (decimal): -6914836 or 15498390. OLE color: 15498390.

HSL color Cylindrical-coordinate representation of color #967CEC: hue angle of 253.93º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967CEC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 124 236 -
CMYK 0.36 0.47 0 0.07
HSL 253.93º 0.75% 0.71% -
HSV(B) 253.93º 0.47% 0.93% -
XYZ 34.93 26.96 82.72 -
YUV 144.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 150 124 236 0.36 0.47 0 0.07 253.93 0.75 0.71
Hex 96 7C EC 24 2F 0 7 FE 4B 47
Octal 226 174 354 44 57 0 7 376 113 107
Binary 10010110 1111100 11101100 100100 101111 0 111 11111110 1001011 1000111

Color Harmonies of #967CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CEC

Black with #967CEC

Text Example


Text Example

White with #967CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967CEC; }

 p { color: rgb(150,124,236); }

 H1.HeaderClassName
 {
   color: #967CEC;
 }
 .AnyTagClassName
 {
   color: #967CEC;
 }
</style>

background-color css

<style>
 a { background-color: #967CEC; }

 a { background-color: rgb(150,124,236); }

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

border-color css

<style>
 span { border-color: #967CEC; }

 span { border-color: rgb(150,124,236); }

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