Html Css Color HEX #967BDA Medium Purple

📋 copy color: '#967BDA'

red 150 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #967BDA

Tints of Medium Purple #967BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 30.55%
G = 25.05%
B = 44.4%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#967BDA (or 0x967BDA) is known color: Medium Purple. HEX triplet: 96, 7B and DA. RGB value is (150,123,218). Sum of RGB (Red+Green+Blue) = 150+123+218=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #967BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BDA is #698425. Grayscale: #8D8D8D. Windows color (decimal): -6915110 or 14318486. OLE color: 14318486.

HSL color Cylindrical-coordinate representation of color #967BDA: hue angle of 257.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #967BDA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 123 218 -
CMYK 0.31 0.44 0 0.15
HSL 257.05º 0.56% 0.67% -
HSV(B) 257.05º 0.44% 0.85% -
XYZ 32.32 25.71 69.59 -
YUV 141.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 150 123 218 0.31 0.44 0 0.15 257.05 0.56 0.67
Hex 96 7B DA 1F 2C 0 F 101 38 43
Octal 226 173 332 37 54 0 17 401 70 103
Binary 10010110 1111011 11011010 11111 101100 0 1111 100000001 111000 1000011

Color Harmonies of #967BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BDA

Black with #967BDA

Text Example


Text Example

White with #967BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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