Html Css Color HEX #967ADB Medium Purple

📋 copy color: '#967ADB'

red 150 ◦ green 122 ◦ blue 219

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

Shades of Medium Purple #967ADB

Tints of Medium Purple #967ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.85%

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 30.55%
G = 24.85%
B = 44.6%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#967ADB (or 0x967ADB) is known color: Medium Purple. HEX triplet: 96, 7A and DB. RGB value is (150,122,219). Sum of RGB (Red+Green+Blue) = 150+122+219=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #967ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ADB is #698524. Grayscale: #8D8D8D. Windows color (decimal): -6915365 or 14383766. OLE color: 14383766.

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

Color convert

RGB 150 122 219 -
CMYK 0.32 0.44 0 0.14
HSL 257.32º 0.57% 0.67% -
HSV(B) 257.32º 0.44% 0.86% -
XYZ 32.32 25.52 70.24 -
YUV 141.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 150 122 219 0.32 0.44 0 0.14 257.32 0.57 0.67
Hex 96 7A DB 20 2C 0 E 101 39 43
Octal 226 172 333 40 54 0 16 401 71 103
Binary 10010110 1111010 11011011 100000 101100 0 1110 100000001 111001 1000011

Color Harmonies of #967ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967ADB

Black with #967ADB

Text Example


Text Example

White with #967ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,122,219); }

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

background-color css

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

 a { background-color: rgb(150,122,219); }

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

border-color css

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

 span { border-color: rgb(150,122,219); }

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