Html Css Color HEX #967FDA Medium Purple

📋 copy color: '#967FDA'

red 150 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #967FDA

Tints of Medium Purple #967FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.66%

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

R = 30.3%
G = 25.66%
B = 44.04%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#967FDA (or 0x967FDA) is known color: Medium Purple. HEX triplet: 96, 7F and DA. RGB value is (150,127,218). Sum of RGB (Red+Green+Blue) = 150+127+218=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #967FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FDA is #698025. Grayscale: #8F8F8F. Windows color (decimal): -6914086 or 14319510. OLE color: 14319510.

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

Color convert

RGB 150 127 218 -
CMYK 0.31 0.42 0 0.15
HSL 255.16º 0.55% 0.68% -
HSV(B) 255.16º 0.42% 0.85% -
XYZ 32.82 26.72 69.76 -
YUV 144.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 150 127 218 0.31 0.42 0 0.15 255.16 0.55 0.68
Hex 96 7F DA 1F 2A 0 F FF 37 44
Octal 226 177 332 37 52 0 17 377 67 104
Binary 10010110 1111111 11011010 11111 101010 0 1111 11111111 110111 1000100

Color Harmonies of #967FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FDA

Black with #967FDA

Text Example


Text Example

White with #967FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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