Html Css Color HEX #967CDA Medium Purple

📋 copy color: '#967CDA'

red 150 ◦ green 124 ◦ blue 218

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

Shades of Medium Purple #967CDA

Tints of Medium Purple #967CDA

RGB

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

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

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

R = 30.49%
G = 25.2%
B = 44.31%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#967CDA (or 0x967CDA) is known color: Medium Purple. HEX triplet: 96, 7C and DA. RGB value is (150,124,218). Sum of RGB (Red+Green+Blue) = 150+124+218=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #967CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CDA is #698325. Grayscale: #8E8E8E. Windows color (decimal): -6914854 or 14318742. OLE color: 14318742.

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

Color convert

RGB 150 124 218 -
CMYK 0.31 0.43 0 0.15
HSL 256.6º 0.56% 0.67% -
HSV(B) 256.6º 0.43% 0.85% -
XYZ 32.44 25.96 69.63 -
YUV 142.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 150 124 218 0.31 0.43 0 0.15 256.6 0.56 0.67
Hex 96 7C DA 1F 2B 0 F 101 38 43
Octal 226 174 332 37 53 0 17 401 70 103
Binary 10010110 1111100 11011010 11111 101011 0 1111 100000001 111000 1000011

Color Harmonies of #967CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CDA

Black with #967CDA

Text Example


Text Example

White with #967CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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