Html Css Color HEX #967BDD Medium Purple

📋 copy color: '#967BDD'

red 150 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #967BDD

Tints of Medium Purple #967BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.9%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 30.36%
G = 24.9%
B = 44.74%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#967BDD (or 0x967BDD) is known color: Medium Purple. HEX triplet: 96, 7B and DD. RGB value is (150,123,221). Sum of RGB (Red+Green+Blue) = 150+123+221=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #967BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BDD is #698422. Grayscale: #8D8D8D. Windows color (decimal): -6915107 or 14515094. OLE color: 14515094.

HSL color Cylindrical-coordinate representation of color #967BDD: hue angle of 256.53º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #967BDD is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 123 221 -
CMYK 0.32 0.44 0 0.13
HSL 256.53º 0.59% 0.67% -
HSV(B) 256.53º 0.44% 0.87% -
XYZ 32.71 25.87 71.68 -
YUV 142.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 150 123 221 0.32 0.44 0 0.13 256.53 0.59 0.67
Hex 96 7B DD 20 2C 0 D 101 3B 43
Octal 226 173 335 40 54 0 15 401 73 103
Binary 10010110 1111011 11011101 100000 101100 0 1101 100000001 111011 1000011

Color Harmonies of #967BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BDD

Black with #967BDD

Text Example


Text Example

White with #967BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,123,221); }

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

background-color css

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

 a { background-color: rgb(150,123,221); }

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

border-color css

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

 span { border-color: rgb(150,123,221); }

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